Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectoryHeaders.ComboBoxStyle Property

Defines which portions of a combo box have column headers.

Syntax

Get

VB.NETStyle = object.ComboBoxStyle As SftDirectoryComboBoxStyleConstants
VBStyle = object.ComboBoxStyle As SftDirectoryComboBoxStyleConstants
C#.NETSftDirectoryComboBoxStyleConstants Style = object.ComboBoxStyle;
VC++enum SftDirectoryComboBoxStyleConstants Style = object->ComboBoxStyle;
enum SftDirectoryComboBoxStyleConstants Style = object->GetComboBoxStyle();
CHRESULT object->get_ComboBoxStyle(enum SftDirectoryComboBoxStyleConstants* Style);

Put

VB.NETobject.ComboBoxStyle = Style As SftDirectoryComboBoxStyleConstants
VBobject.ComboBoxStyle = Style As SftDirectoryComboBoxStyleConstants
C#.NETSftDirectoryComboBoxStyleConstants object.ComboBoxStyle = Style;
VC++enum SftDirectoryComboBoxStyleConstants object->ComboBoxStyle = Style;
void object->PutComboBoxStyle(enum SftDirectoryComboBoxStyleConstants Style);
CHRESULT object->put_ComboBoxStyle(enum SftDirectoryComboBoxStyleConstants Style);

object

A SftDirectoryHeaders object.

Style

Defines which portions of a combo box have column headers.

StyleValueDescription
comboBoxSftDirectoryMain0Main - The main control has column headers.
comboBoxSftDirectoryDropDown1DropDown - Only the dropdown list has column headers.
comboBoxSftDirectoryBoth2Both - The main control and the dropdown list both have column headers.

Comments

The ComboBoxStyle property defines which portions of a combo box have column headers.

Only combo box style controls (see ControlStyle property) are affected by this property.

The Style property defines the appearance of the column headers. If the Style property is set to headersSftDirectoryNone, so column headers are not displayed, the ComboBoxStyle property has no effect.

See Also SftDirectoryHeaders Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.