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