Interface IRadioButton
A .NET Windows Forms radio button.
Inherited Members
Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public interface IRadioButton : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
Properties
ErrorText
Returns the tooltip text of the error icon associated with this object.
Declaration
string ErrorText { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsChecked
Indicates whether this radio button is checked.
Declaration
bool IsChecked { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Set()
Selects this radio button.
Declaration
void Set()