GoDiagram Web Reference
Choices Property

When the EditorStyle is GoTextEditorStyle.ComboBox, this holds the list of choices that are presented in the drop down list.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("The list of items presented in a drop-down list when editing")>
Public Property Choices As IList
[CategoryAttribute("Behavior")]
[DescriptionAttribute("The list of items presented in a drop-down list when editing")]
public IList Choices {get; set;}

Property Value

This defaults to an empty list. The value may be shared by more than one GoText object.
Remarks
Modifying the items in the list is not controlled. Any such changes are not recorded by the undo manager. Only replacing the list is recorded for undo/redo, and even then, it is only the reference to an IList that is remembered and restored.
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