Type: Integer
Setting the dropDown property indicates that a table need occupy only the space required for one row and yet still provide all the features of an expanded display.
If this property value is non-zero for a Table control, the table alters its size so that only the current row is displayed when it loses the focus. The current left, top, and width values are retained.
The settings of the dropDown property are listed in the following table.
Table Class Constant | Value | Description |
---|---|---|
DropDown_None | 0 | No close up occurs |
DropDown_Click | 1 | Close up on lost focus, open up only when clicked |
DropDown_Auto | 2 | Close up on lost focus, open up when focus is received |