Class Overview Represents a tool strip. public FormsToolStrip (WindowControl src) Description Constructor.
src WindowControl object for the target control. public FormsToolStrip (WindowsAppFriend app, AppVar appVar) Description Constructor.
app Application manipulation object. appVar Application variable object for the control. public FormsToolStripItem FindItem (params string [] texts) Description Retrieves the item matching the specified series of display values.
Found child item.
texts Display values. public FormsToolStripItem GetItem (params string [] keys) Description Retrieves the item matching the specified series of key values.
Found child item.
keys Key values. public FormsToolStripItem GetItem (int [] indexs) Description Retrieves the item matching the specified series of key indices values.
Found child item.
indexs Series of indices leading to the item to retrieve. JR |