Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBox.MouseOverTransitionEffect Property

Defines the transition effects used when the mouse enters/leaves the control.

Syntax

Get

VB.NETStyle = object.MouseOverTransitionEffect As SftBoxMouseOverTransitionEffectConstants
VBStyle = object.MouseOverTransitionEffect As SftBoxMouseOverTransitionEffectConstants
C#.NETSftBoxMouseOverTransitionEffectConstants Style = object.MouseOverTransitionEffect;
VC++enum SftBoxMouseOverTransitionEffectConstants Style = object->MouseOverTransitionEffect;
enum SftBoxMouseOverTransitionEffectConstants Style = object->GetMouseOverTransitionEffect();
CHRESULT object->get_MouseOverTransitionEffect(enum SftBoxMouseOverTransitionEffectConstants* Style);

Put

VB.NETobject.MouseOverTransitionEffect = Style As SftBoxMouseOverTransitionEffectConstants
VBobject.MouseOverTransitionEffect = Style As SftBoxMouseOverTransitionEffectConstants
C#.NETSftBoxMouseOverTransitionEffectConstants object.MouseOverTransitionEffect = Style;
VC++enum SftBoxMouseOverTransitionEffectConstants object->MouseOverTransitionEffect = Style;
void object->PutMouseOverTransitionEffect(enum SftBoxMouseOverTransitionEffectConstants Style);
CHRESULT object->put_MouseOverTransitionEffect(enum SftBoxMouseOverTransitionEffectConstants Style);

object

A SftBox object.

Style

Defines the transition effects used when the mouse enters/leaves the control.

NameValueDescription
transitionSftBoxNone0None - no transition effects are used.
transitionSftBoxVistaNoFocus1Vista+, No Focus - transition effects are only used on Windows Vista and above and only when the control does not have the input focus.
transitionSftBoxVista2Vista+ - transition effects are only used on Windows Vista and above.
transitionSftBoxAlwaysNoFocus3Always, No Focus - transition effects are used on all Windows versions, but only when the control does not have the input focus.
transitionSftBoxAlways4Always - transition effects are used on all Windows versions.

Comments

The MouseOverTransitionEffect property defines the transition effects used when the mouse enters/leaves the control.

A gradual, visual transition is used to show/hide the expand/collapse buttons and tree lines when the mouse cursor enters/leaves the tree control.

Expand/collapse buttons and tree lines must be suitably defined to be visible (using ButtonStyle and Items.TreeLineStyle), otherwise this setting has no effect.

GDI+ support is required for transition effects, otherwise the MouseOverTransitionEffect property is ignored.

Transition effects are only shown at runtime. At design-time, expand/collapse buttons and tree lines are shown if defined to be visible (using ButtonStyle and Items.TreeLineStyle).

See Also SftBox Object | Object Hierarchy


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