ESRI.ArcGIS.ADF.Web.UI.WebControls | |
DropDownBox Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : DropDownBox Class |
The following tables list the members exposed by DropDownBox.
Name | Description | |
---|---|---|
DropDownBox Constructor | Overloaded. Constructor includes the name of the item for the toolbar. |
Name | Description | |
---|---|---|
BuddyItem | The toolbar item with which this one works. (Inherited from InteractiveToolbarItem) | |
ClientAction | Javascript action to invoke on the client-side. Required for a Tool. Optional for Command and DropDownBox. (Inherited from InteractiveToolbarItem) | |
Configuration | The configuration specific to this toolbar item. (Inherited from InteractiveToolbarItem) | |
CssClass | The CSS class for this drop down box. | |
Disabled | Indicates whether the ToolbarItem is disabled. (Inherited from InteractiveToolbarItem) | |
DropDownListWidth | The drop down list width of the drop down box toolbar item in pixels. | |
EnablePostBack | Indicates whether the tool item causes a complete postback to the server, refreshing the whole page. (Inherited from InteractiveToolbarItem) | |
IsClientActionCustom | Indicates whether the client tool action is a custom client tool action. (Inherited from InteractiveToolbarItem) | |
Items | The collection of ListItem objects on this DropDownBox toolbar item. | |
JavaScriptFile | Javascript file to include, for implementing a custom client-side action for a toolbar item. (Inherited from InteractiveToolbarItem) | |
Label | The label for this drop down box. | |
LabelWidth | The label width for the drop down box toolbar item in pixels. | |
Name | Name of the Tool or Command. Must be unique on all Toolbars within a toolbar group. (Inherited from InteractiveToolbarItem) | |
Parent | The Toolbar to which this toolbar item belongs. (Inherited from InteractiveToolbarItem) | |
SelectedIndex | The index of the item selected in the DropDownBox. First item is selected by default. | |
SelectedItem | The selected item. | |
SelectedValue | The selected item's value. | |
ServerActionAssembly | Fully qualified display name of the assembly containing the server action. (Inherited from InteractiveToolbarItem) | |
ServerActionClass | The System.Type of the server action class including namespace. (Inherited from InteractiveToolbarItem) | |
ShowLoading | Whether to show the loading image on postback. (Inherited from InteractiveToolbarItem) | |
ToolTip | The tool tip for this ToolbarItem. (Inherited from InteractiveToolbarItem) | |
Type | Returns the Type of the class as a string. (Inherited from InteractiveToolbarItem) | |
Visible | Whether to display the toolbar item. (Inherited from InteractiveToolbarItem) |
Name | Description | |
---|---|---|
ViewState | The ViewState. (Inherited from InteractiveToolbarItem) |
Name | Description | |
---|---|---|
LoadFromHashtable | Overridden. LoadFromHashtable | |
Render | Overridden. Outputs the HTML contents of the drop-down box to the input StringBuilder. | |
SaveToHashtable | Overridden. SaveToHashtable |