Class ButtonBase
Inheritance
System.Object
ButtonBase
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 ButtonBase : ContentControl, IAutomationPeer, IPeerConverter, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ButtonBase()
Declaration
public ButtonBase()
Fields
ClickModeProperty
IsPressedProperty
Properties
ClickMode
IsPressed
Declaration
public bool IsPressed { get; set; }
Property Value
System.Boolean
|
Implements
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|