|
|
|
SftBoxHeaders.DropDown Property |
Defines the visibility of the headers in the drop down portion.
Syntax
VB.NET |
Boolean = object.DropDown As Boolean |
||
VB |
Boolean = object.DropDown As Boolean |
||
C#.NET |
bool Boolean = object.DropDown; |
||
VC++ |
VARIANT_BOOL Boolean = object->DropDown;
|
||
C |
HRESULT object->get_DropDown(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.DropDown : WordBool; |
||
VB.NET |
object.DropDown = Boolean As Boolean |
||
VB |
object.DropDown = Boolean As Boolean |
||
C#.NET |
bool object.DropDown = Boolean; |
||
VC++ |
VARIANT_BOOL object->DropDown = Boolean;
|
||
C |
HRESULT object->put_DropDown(VARIANT_BOOL Boolean); |
||
Delphi |
object.DropDown := Boolean : WordBool; |
object
A SftBoxHeaders object.
Boolean
Defines the visibility of the headers in the drop down portion.
Boolean |
Description |
True |
The column headers are displayed as part of the drop down portion. |
False |
The column headers are not displayed as part of the drop down portion. |
Comments
The DropDown property defines the visibility of the headers in the drop down portion.
The Headers.Main property can be used to define headers for the static portion or edit control portion.
It is possible to display headers in both the static portion and drop down portion, this is however not usually recommended.