| Name | Description |
| AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
| Alignment |
Alignment of the text and image on a Command or Tool.
|
| AppRelativeTemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
| Attributes | (Inherited from System.Web.UI.WebControls.WebControl) |
| BackColor | Overridden.
The BackColor of the WebControl. This property is not used.
|
| BorderColor | (Inherited from System.Web.UI.WebControls.WebControl) |
| BorderStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
| BorderWidth | (Inherited from System.Web.UI.WebControls.WebControl) |
| BuddyControls |
A set of PageLayout or Map controls that this Toolbar acts on.
|
| BuddyControlType |
The type of the buddy controls associated with this control. Either a set of Map controls or a set of PageLayout controls can be associated with this control, but not a set of both.
|
| CallbackResults |
A collection of CallbackResult objects for passing information from the server to
the client during a callback.
(Inherited from WebControl) |
| ClientID | (Inherited from System.Web.UI.Control) |
| Controls | (Inherited from System.Web.UI.Control) |
| ControlStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
| ControlStyleCreated | (Inherited from System.Web.UI.WebControls.WebControl) |
| CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
| CurrentTool | The selected Tool on this Toolbar. |
| Enabled | Overridden.
This property should not be used as it is ignored for the functioning of the
toolbar.
|
| EnableTheming | (Inherited from System.Web.UI.WebControls.WebControl) |
| EnableViewState | Overridden.
Indicates whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
|
| Font | Overridden.
The font used in the WebControl. This property should not be used; instead, use
the styles in ToolbarItemDefaultStyle, etc.
|
| ForeColor | Overridden.
The ForeColor of the WebControl. This property should not used. Instead, set the
styles for ToolbarItemDefaultStyle, etc.
|
| Group |
The group to which this Toolbar belongs. A group of Toolbar
controls can have only one CurrentTool among them. The Group property cannot be
set to null or or to an empty string.
|
| HasAttributes | (Inherited from System.Web.UI.WebControls.WebControl) |
| Height | (Inherited from System.Web.UI.WebControls.WebControl) |
| ID | (Inherited from System.Web.UI.Control) |
| IsAsync |
Returns true if this control is in a partial postback or a callback.
(Inherited from WebControl) |
| NamingContainer | (Inherited from System.Web.UI.Control) |
| Orientation |
The orientation of the Toolbar: horizontal or vertical.
|
| Page | (Inherited from System.Web.UI.Control) |
| Parent | (Inherited from System.Web.UI.Control) |
| Site | (Inherited from System.Web.UI.Control) |
| SkinID | (Inherited from System.Web.UI.WebControls.WebControl) |
| Style | (Inherited from System.Web.UI.WebControls.WebControl) |
| TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) |
| TemplateControl | (Inherited from System.Web.UI.Control) |
| TemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
| TextPosition |
Position of the text with reference to the image on a Command or Tool. Applies only to toolbars with the ImageAndText ToolbarStyle.
|
| ToolbarItemDefaultStyle |
The style applied to Commands and Tools when they are not selected, disabled, or hovered upon.
|
| ToolbarItemDisabledStyle |
The style applied to Commands and Tools when they are disabled.
|
| ToolbarItemHoverStyle |
The style applied to Commands and Tools when they are hovered upon.
|
| ToolbarItems | The collection of ToolbarItem objects on this Toolbar. |
| ToolbarItemSelectedStyle |
The style applied to Commands and Tools when they are selected.
|
| ToolbarStyle |
The style of the toolbar: whether it displays both text and image for a command or tool, or only one of the two.
|
| ToolTip | Overridden.
The ToolTip used in the WebControl. This property is not used.
|
| UniqueID | (Inherited from System.Web.UI.Control) |
| UseDefaultWebResources |
If true, the control will use the internal web resources within the assemblies of
the Web ADF. If false, the control uses the resources at WebResourceLocation.
(Inherited from WebControl) |
| Visible | (Inherited from System.Web.UI.Control) |
| WebResourceLocation |
The location of the web resources used by the ADF Web control if
UseDefaultWebResrouces is false.
(Inherited from WebControl) |
| Width | (Inherited from System.Web.UI.WebControls.WebControl) |