GoDiagram Web Reference
DropDownList Property

When the EditorStyle is GoTextEditorStyle.ComboBox, this controls whether the user must choose from the list of Choices, or whether the user can type in an arbitrary string.
Syntax
'Declaration
 
<DescriptionAttribute("Whether the user is limited to values that are in the predefined list of Items.")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Property DropDownList As Boolean
[DescriptionAttribute("Whether the user is limited to values that are in the predefined list of Items.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public bool DropDownList {get; set;}

Property Value

This defaults to false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoText Class
GoText Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback