Spread Windows Forms 7.0 Product Documentation
DropDown Property
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcTextBoxCellType Class : DropDown Property


Glossary Item Box

Gets the drop-down settings used to customize the drop-down function.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DropDown As DropDownInfo
Visual Basic (Usage)Copy Code
Dim instance As GcTextBoxCellType
Dim value As DropDownInfo
 
value = instance.DropDown
C# 
public DropDownInfo DropDown {get;}

Property Value

A GcTextBox.DropDown instance that contains drop-down window settings.

Remarks

The drop-down behavior and the window appearance can be customized by setting this DropDown property. The property specifies whether to enable the display, whether to resize, the drop-down window direction, the drop-down window shadow, and animations used when opening and closing.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.