Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Button Property, SftTreeFooter Object

Defines the column footer's button appearance.

Syntax

Get

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

Put

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

object

A SftTreeFooter object.

Style

Defines the column footer's button appearance.

NameValueDescription
footerButtonSftTreeNone0None. No footer dropdown/filter button is shown.
footerButtonSftTreeDropDown1DropDown. The footer displays a footer dropdown button.
footerButtonSftTreeFilter2Filter. The footer displays a footer filter button.

Comments

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

See Also SftTreeFooter 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.