Shunde.NET Framework Class Library

SelectionMode Enumeration

These are the different modes available for selecting an object in the ObjectEditor

public enum SelectionMode

Members

Member Name Description
DropDownList Uses a dropdown list to select the object.
RadioButtonList Uses a radiobuttonlist. This is best when there are only a few options to choose from.
TextBox Uses a textbox to allow the user to enter in a name to find the object. If a url for a popup window is given, then it uses a popup window. This is best when there are hundreds or more objects, or some advanced search is required to find the object. If an XML search url is specified, then as they write, matching objects are displayed, allowing them to select an object.
Default The default action is to use a dropdown list, unless a specified threshold is passed.

Requirements

Namespace: Shunde.Utilities

Assembly: Shunde (in Shunde.dll)

See Also

Shunde.Utilities Namespace