|
TAIPAddress |
Creates an IPAddress control
| 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 handle in generated code. If not specified, no variable is generated . |
| 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. |
| Text | IP address |
| Visible | If False, hides the control and generates GUICtrlSetState(-1, $GUI_HIDE) |
| WS_TABSTOP | Control can be selected with Tab and Shift+Tab |
| WS_HSCROLL | Control has horizontal scroll bar |
| WS_VSCROLL | Control has vertical scroll bar |
| WS_VISIBLE | Control is visible |
| WS_BORDER | Control has a thin-line border |
| WS_CLIPSIBLINGS | If this control overlaps with another, this control shows partially |
| WS_EX_CLIENTEDGE | Control has border with sunken edge |
| WS_EX_STATICEDGE | Control has a three-dimensional border |
None
None