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