Interface ICheckBox
- Namespace
- HP.LFT.SDK.PowerBuilder
- Assembly
- HP.LFT.SDK.dll
A PowerBuilder check box.
public interface ICheckBox : IUiObjectWithLayoutInfo, IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
State
The check box state.
Possible values: CheckedState
CheckedState State { get; }
Property Value
Methods
SetState(CheckedState)
Sets the state of the check box.
void SetState(CheckedState state)
Parameters
stateCheckedStateThe status to be assigned to the check box.
Possible values: CheckedState