Class Overview Provides operations on tool strip buttons. public FormsToolStripButton (FormsToolStripItem item) Description Constructor.
item ToolStripItem manipulation object. public FormsToolStripButton (WindowsAppFriend app, AppVar appVar) Description Constructor.
app Application manipulation object. appVar AppVar object for the target control. public CheckState CheckState {get;}
public void EmulateCheck (CheckState value) Description Sets the button's check state.
value Check state to use. public void EmulateCheck (CheckState value, Async async) Description Sets the button's check state asynchronously.
value Check state to use. async Asynchronous execution object. JR |