|
TAObj |
Creates an ActiveX control
| AXName | ActiveX component name. Just for information. |
| AXObject | Double-click to the right to choose an ActiveX object using the ActiveX Browser |
| Left,Top | Position of control relative to its parent |
| Width,Height | Size of control in pixels |
| Name | Name of control and of the variable that is assigned its control ID in generated code. If not specified, no variable is generated |
| TabOrder | TabOrder=Sequence in which controls are selected with the Tab and Shift+Tab keys. For a Form and for each Group, TabOrder starts with 0. You may prefer to use the TabOrder Visual Editor: press Ctrl+T to open it. |
| Visible | If False, generates GUICtrlSetState(-1, $GUI_HIDE) |
None
None