HeaderPane
Main
Hide

SftButton/OCX 4.0 - ActiveX Button Control

Share Link
Print

DropDownFollows Property, SftButton Object

Defines whether the drop down button follows button clicks.

Syntax

Get

VB.NETBoolean = object.DropDownFollows As Boolean
VBBoolean = object.DropDownFollows As Boolean
C#.NETbool Boolean = object.DropDownFollows;
VC++VARIANT_BOOL Boolean = object->DropDownFollows;
VARIANT_BOOL Boolean = object->GetDropDownFollows();
CHRESULT object->get_DropDownFollows(VARIANT_BOOL* Boolean);

Put

VB.NETobject.DropDownFollows = Boolean As Boolean
VBobject.DropDownFollows = Boolean As Boolean
C#.NETbool object.DropDownFollows = Boolean;
VC++VARIANT_BOOL object->DropDownFollows = Boolean;
void object->PutDropDownFollows(VARIANT_BOOL Boolean);
CHRESULT object->put_DropDownFollows(VARIANT_BOOL Boolean);

object

A SftButton object.

Boolean

Defines whether the drop down button follows button clicks.

BooleanDescription
TrueIf the button is pressed or released, the drop down button is also displayed in the same position.
FalseIf the button is pressed or released, this has no effect on the drop down button.

Comments

The DropDownFollows property defines whether the drop down button follows button clicks.

The button and drop down button portion are usually independent, but using the DropDownFollows or Follows properties, one can mimic the state of the other.

See Also SftButton Object | Object Hierarchy


Last Updated 08/23/2026 - (email)
© 2026 Softel vdm, Inc.