|
|
|
SftBox.Headers Property |
Returns the SftBoxHeaders object.
Syntax
VB.NET |
refHeadersObj = object.Headers As SftBoxHeaders |
||
VB |
Set refHeadersObj = object.Headers As SftBoxHeaders |
||
C#.NET |
SftBoxHeaders refHeadersObj = object.Headers; |
||
VC++ |
ISftBoxHeaders* refHeadersObj = object->Headers;
|
||
C |
HRESULT object->get_Headers(ISftBoxHeaders** refHeadersObj); |
||
Delphi |
refHeadersObj := object.Headers : ISftBoxHeaders; |
object
A SftBox object.
refHeadersObj
Returns a reference to the control's SftBoxHeaders object.
Comments
The Headers property returns the SftBoxHeaders object.
The default properties and behavior of all column headers can be updated using the returned SftBoxColumns object.
A SftBoxHeader object for a specific column can be retrieved using the Header property.