The properties defined in the BaseControl class are summarized in the following table.
Property | Description |
---|---|
canHaveFocus | Specifies whether the control can have focus |
clipControls | Specifies whether the Windows environment creates a clipping region that excludes controls contained by the object |
scrollBars | Specifies whether an object has horizontal or vertical scroll bars |
scrollHorzPos | Contains the position of the horizontal scroll bar |
scrollVertPos | Contains the position of the vertical scroll bar |
transparent | Causes the control to be placed above all other sibling controls and the controls or form underneath to be visible |
For details, see "Window, Form, and Control Properties", later in this document.