ClassButton
Class
Represents the Button for Wpf control wrapper.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Button : ButtonBase, IAutomationPeer, IPeerConverter, IButton, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlButtonBaseButton
Derived Classes:
Implements:
Inherited Members
Constructors
Button()
Declaration
cs-api-definition
public Button()
Fields
IsCancelProperty
Declaration
cs-api-definition
public static AutomationProperty IsCancelProperty
Field Value
IsDefaultProperty
Declaration
cs-api-definition
public static AutomationProperty IsDefaultProperty
Field Value
IsDefaultedProperty
Declaration
cs-api-definition
public static AutomationProperty IsDefaultedProperty
Field Value
Properties
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.