Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

Button Property, SftDirectoryColumn Object

Defines the column header's button appearance.

Syntax

Get

VB.NETStyle = object.Button As SftDirectoryColumnButtonConstants
VBStyle = object.Button As SftDirectoryColumnButtonConstants
C#.NETSftDirectoryColumnButtonConstants Style = object.Button;
VC++enum SftDirectoryColumnButtonConstants Style = object->Button;
enum SftDirectoryColumnButtonConstants Style = object->GetButton();
CHRESULT object->get_Button(enum SftDirectoryColumnButtonConstants* Style);

Put

VB.NETobject.Button = Style As SftDirectoryColumnButtonConstants
VBobject.Button = Style As SftDirectoryColumnButtonConstants
C#.NETSftDirectoryColumnButtonConstants object.Button = Style;
VC++enum SftDirectoryColumnButtonConstants object->Button = Style;
void object->PutButton(enum SftDirectoryColumnButtonConstants Style);
CHRESULT object->put_Button(enum SftDirectoryColumnButtonConstants Style);

object

A SftDirectoryColumn object.

Style

Defines the column header's button appearance.

NameValueDescription
headerButtonSftDirectoryNone0None. No header dropdown/filter button is shown.
headerButtonSftDirectoryDropDown1DropDown. The header displays a header dropdown button.
headerButtonSftDirectoryFilter2Filter. The header displays a header filter button.

Comments

The Button property defines the column header's button appearance.

See Also SftDirectoryColumn Object | Object Hierarchy


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