Class WizardCommandAreaButtonElement
Represents a command area button element of RadWizard.
Inheritance
System.Object
WizardCommandAreaButtonElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class WizardCommandAreaButtonElement : RadButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement
Constructors
WizardCommandAreaButtonElement()
Declaration
public WizardCommandAreaButtonElement()
Fields
IsFocusedWizardButtonProperty
Properties
IsFocusedWizardButton
Gets or sets a value indication wether the button is focused.
Declaration
public bool IsFocusedWizardButton { get; set; }
Property Value
System.Boolean
|