|
|
|
SftDirectory.ShowCheckBoxes Property |
Defines whether checkboxes are shown.
Syntax
VB.NET |
Style = object.ShowCheckBoxes As SftDirectoryCheckBoxDisplayConstants |
||
VB |
Style = object.ShowCheckBoxes As SftDirectoryCheckBoxDisplayConstants |
||
C#.NET |
SftDirectoryCheckBoxDisplayConstants Style = object.ShowCheckBoxes; |
||
VC++ |
enum SftDirectoryCheckBoxDisplayConstants Style = object->ShowCheckBoxes;
|
||
C |
HRESULT object->get_ShowCheckBoxes(enum SftDirectoryCheckBoxDisplayConstants* Style); |
||
Delphi |
Style := object.ShowCheckBoxes : TOleEnum; |
||
VB.NET |
object.ShowCheckBoxes = Style As SftDirectoryCheckBoxDisplayConstants |
||
VB |
object.ShowCheckBoxes = Style As SftDirectoryCheckBoxDisplayConstants |
||
C#.NET |
SftDirectoryCheckBoxDisplayConstants object.ShowCheckBoxes = Style; |
||
VC++ |
enum SftDirectoryCheckBoxDisplayConstants object->ShowCheckBoxes = Style;
|
||
C |
HRESULT object->put_ShowCheckBoxes(enum SftDirectoryCheckBoxDisplayConstants Style); |
||
Delphi |
object.ShowCheckBoxes := Style : TOleEnum; |
object
A SftDirectory object.
Style
Defines whether checkboxes are shown.
Style |
Value |
Description |
0 |
None - Checkboxes are not available. |
|
1 |
All - All files/folders offer checkboxes. The available checkbox is displayed between the folder icon and the text of the first or only column. |
|
2 |
All - All files/folders offer checkboxes. The available checkbox is displayed along the left edge of the control. |
Comments
The ShowCheckBoxes property defines whether checkboxes are shown.
The checkbox settings for each folder can be defined using the Folder.CheckBox property.