Interface IButton
A .NET WPF button object.
Inherited Members
Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public interface IButton : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
Properties
HelpText
The help text associated with this button.
Declaration
string HelpText { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of this object.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
ParentText
The text associated with the parent object of this object.
Declaration
string ParentText { get; }
Property Value
| Type | Description |
|---|---|
| string |
ToggleButton
The returned object enables access to toggle button functionality (relevant only if the current button is a toggle button).
Declaration
IToggleButton ToggleButton { get; }
Property Value
| Type | Description |
|---|---|
| IToggleButton |