Class Overview Provides operations on controls of type System.Windows.Forms.RadioButton. public FormsRadioButton (WindowControl src) Description Constructor.
src WindowControl object for the target control. public FormsRadioButton (WindowsAppFriend app, AppVar appVar) Description Constructor.
app Application manipulation object. appVar AppVar object for the target control. public bool Checked {get;} Description Returns the checked state state. public void EmulateCheck () Description Checks this control. public void EmulateCheck (Async async) Description Checks this control asynchronously.
async Asynchronous execution object. JR |