ClassButtonBase
Class
Wraps a ButtonBase element.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ButtonBase : ContentControl, IAutomationPeer, IPeerConverter, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlButtonBase
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
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.