ClassButtonBase
Class
Wraps a ButtonBase element.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ButtonBase : ContentControl, IAutomationPeer, IPeerConverter, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlButtonBase
Derived Classes:
Implements:
Inherited Members
Constructors
ButtonBase()
Declaration
cs-api-definition
public ButtonBase()
Fields
ClickModeProperty
Declaration
cs-api-definition
public static AutomationProperty ClickModeProperty
Field Value
IsFocusedProperty
Declaration
cs-api-definition
public static AutomationProperty IsFocusedProperty
Field Value
IsMouseOverProperty
Declaration
cs-api-definition
public static AutomationProperty IsMouseOverProperty
Field Value
IsPressedProperty
Declaration
cs-api-definition
public static AutomationProperty IsPressedProperty
Field Value
Properties
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.