Class Overview Provides operations on controls of type System.Windows.Forms.CheckBox. public FormsCheckBox (WindowControl src) Description Constructor.
src A WindowControl object for the underlying control. public FormsCheckBox (WindowsAppFriend app, AppVar appVar) Description Constructor.
app Application manipulation object. appVar Application variable object for the control. public CheckState CheckState {get;}
public void EmulateCheck (CheckState value) Description Sets the control's check state.
value Check state. public void EmulateCheck (CheckState value, Async async) Description Sets the control's check state asynchronously.
value Check state. async Asynchronous execution object. JR |