DecrementorVisible Property

Returns or sets whether the decrementor in the slider control is visible or hidden.

Syntax

Object.DecrementorVisble [ = bVisible ]

The DecrementorVisible property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

bVisible

Bool

A boolean expression that specifies whether the object is visible or hidden.

Where

bVisible can be one of the following:

 

Value

Description

True *

The decrementor is visible.

False

The decrementor is hidden.

Comments

By default the decrementor is visible. Use this property to hide the decrementor in case where its not needed.

Example

The following example hides the slider decremenor and incrementor.

sld1.DecrementorVisible=False
sld1.IncrementorVisible=False

Applies to

ASlider

See Also

DecrementorHeight, DecrementorWidth, IncrementorVisible