Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Button Property, SftTreeHeader Object

Defines the column header's button appearance.

Syntax

Get

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

Put

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

object

A SftTreeHeader object.

Style

Defines the column header's button appearance.

NameValueDescription
headerButtonSftTreeNone0None. No header dropdown/filter button is shown.
headerButtonSftTreeDropDown1DropDown. The header displays a header dropdown button.
headerButtonSftTreeFilter2Filter. The header displays a header filter button.

Comments

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

See Also SftTreeHeader Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.