|
|
|
SftTreeItems.Style Property |
Defines the item style.
Syntax
VB.NET |
Style = object.Style As SftTreeItemStyleConstants |
||
VB |
Style = object.Style As SftTreeItemStyleConstants |
||
C#.NET |
SftTreeItemStyleConstants Style = object.Style; |
||
VC++ |
enum SftTreeItemStyleConstants Style = object->Style;
|
||
C |
HRESULT object->get_Style(enum SftTreeItemStyleConstants* Style); |
||
Delphi |
Style := object.Style : TOleEnum; |
||
VB.NET |
object.Style = Style As SftTreeItemStyleConstants |
||
VB |
object.Style = Style As SftTreeItemStyleConstants |
||
C#.NET |
SftTreeItemStyleConstants object.Style = Style; |
||
VC++ |
enum SftTreeItemStyleConstants object->Style = Style;
|
||
C |
HRESULT object->put_Style(enum SftTreeItemStyleConstants Style); |
||
Delphi |
object.Style := Style : TOleEnum; |
object
A SftTreeItems object.
Style
Defines the item style.
Style |
Value |
Description |
0 |
All items in the tree control have the same height. |
|
1 |
The height of each item in the tree control may vary based on item attributes, such as fonts used, graphics sizes, etc. |
Comments
The Style property defines the item style.
It determines whether fixed height or variable height items are used.
See Also SftTreeItems Object | Object Hierarchy