Class Button
Inheritance
System.Object
Button
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Button : ButtonBase, IAutomationPeer, IPeerConverter, IButton, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
Button()
Declaration
public Button()
Fields
IsCancelProperty
IsDefaultedProperty
IsDefaultProperty
Properties
IsCancel
Declaration
public bool IsCancel { get; set; }
Property Value
System.Boolean
|
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
System.Boolean
|
IsDefaulted
Declaration
public bool IsDefaulted { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|