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.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ButtonBase : ContentControl, IAutomationPeer, IPeerConverter, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ButtonBase()
Declaration
public ButtonBase()
Fields
ClickModeProperty
IsFocusedProperty
IsMouseOverProperty
IsPressedProperty
Properties
ClickMode
IsFocused
Declaration
public bool IsFocused { get; set; }
Property Value
System.Boolean
|
IsMouseOver
Declaration
public bool IsMouseOver { get; set; }
Property Value
System.Boolean
|
IsPressed
Declaration
public bool IsPressed { get; set; }
Property Value
System.Boolean
|
Implements
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|