ComponentOne True DBInput Pro 8.0
Visible Property (DropDown)

 

Reference> DropDown Object> DropDown Object Properties> Visible Property (DropDown)

Visible Property (DropDown)

Syntax

object.Visible= value

Read/Write at run time and design time.

Values

Design Time

Run Time

0 - Hide (Default)

dbiNotShown

1 - Show Always

dbiShowAlways

2 - Show On Focus

dbiShowOnFocus

Remarks

Sets/returns to determine whether the drop down button is visible or hidden. The Visible property allows you to set the timing of displaying the drop down button.

If set to 0-Button hidden or 1-Button visible, the object indicates whether the button is visible or hidden permanently.

If set to 2-On Focus, the button will be visible only during when the control has the focus.

When this property is set to 0-Button hidden, although mouse interactions for the drop down feature will be limited, all other keyboard manipulations will be available such as using the Key object or the Alt+Down. In this case, assume that the control and the DropDown object are enabled.

If the MultiLine property is set to True, the dropdown button will be hidden and the control will not respond to any user generating events. The DropDown object is supported only in the single line mode.

This is the default property of the DropDown object.

See Also

Position Property (DropDown)

Key Object Properties

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback