Class Overview This is the base class for classes that operate on basic controls in System.Windows.Forms. public FormsControlBase (WindowControl src) Description Constructor.
srcWindowControl object for the underlying window. public FormsControlBase (WindowsAppFriend app, AppVar appVar) Description Cnstructor.
app Application manipulation object. appVar Application variable for the window object. public bool Enabled {get;} Description Returns true if the control is enabled. public string Text {get;} Description Returns the control's text. public bool Visible {get;} Description Returns true if the item is set to visible. JR |