Telerik.Web.UI.RadToolBarDropDown : Telerik.Web.UI.ControlItemContainer
Inheritance Hierarchy
Methods
blur
Moves focus off the item to the next element in the tab order.
Parameters
Returns
None
disable
disables the toolbar item.
Parameters
Returns
None
enable
Enables the toolbar item.
Parameters
Returns
None
focus
Moves focus to the item.
Parameters
Returns
None
get_animationContainer
Returns the DOM element for the animation container of the item's drop-down list.
Parameters
Returns
Element
HTML element
get_arrowElement
Gets the DOM element for the UL element that lists the arrow elements.
Parameters
Returns
Element
get_buttons
Returns the collection of buttons in the RadToolbarButtonCollection
Parameters
Returns
Telerik.Web.UI.RadToolBarButtonCollection
RadToolBarButtonCollection
get_childListElement
Gets the DOM element for the UL element that lists the toolbar buttons.
Parameters
Returns
Element
HTML element
get_clicked
True if the item is clicked.
Parameters
Returns
Boolean
boolean
get_clickedCssClass
Returns the name of the CSS class applied to the button when clicked.
Parameters
Returns
String
The value indicating the Css class name
get_clickedImageUrl
Returns the URL of the image when it is clicked.
Parameters
Returns
String
get_disabledCssClass
Gets the CSS class for the item when it is disabled.
Parameters
Returns
String
get_disabledImageUrl
Returns the full path to the image of a disabled item
Parameters
Returns
String
The value indicating the image url
get_dropDownElement
Returns the DOM element for the item's drop-down list.
Parameters
Returns
Element
HTML element
get_dropDownVisible
Returns true if the drop-down is opened.
Parameters
Returns
Boolean
get_expandDirection
Gets the expand direction of the Toolbar.
Parameters
Returns
Telerik.Web.UI.ExpandDirection
get_focused
True if the item is focused.
Parameters
Returns
Boolean
get_focusedCssClass
Returns the name of the CSS class applied to the button when on focus.
Parameters
Returns
String
The value indicating the Css class name
get_focusedImageUrl
Returns the URL of the image when on focus.
Parameters
Returns
String
string
get_hovered
True if the item is hovered.
Parameters
Returns
Boolean
boolean
get_hoveredCssClass
Returns the name of the CSS class applied to the button when hovered.
Parameters
Returns
String
The value indicating the Css class name
get_hoveredImageUrl
Returns the URL of the hovered-state image.
Parameters
Returns
String
get_imageElement
Gets the DOM element for the image of the item.
Parameters
Returns
Element
HTML element
get_imagePosition
Gets the image position of the toolbar item.
Parameters
Returns
Telerik.Web.UI.ToolBarImagePosition
get_imageUrl
Returns the URL of the image.
Parameters
Returns
String
get_innerWrapElement
Gets the DOM element for the innermost SPAN that wraps the item.
Parameters
Returns
Element
HTML element
get_linkElement
Gets the anchor DOM element of the toolbar button.
Parameters
Returns
Element
HTML element
get_middleWrapElement
Gets the DOM element for the middle SPAN that wraps the item.
Parameters
Returns
Element
HTML element
get_outerWrapElement
Gets the DOM element for the outermost SPAN that wraps the item.
Parameters
Returns
Element
HTML element
get_text
Returns the text of the item.
Parameters
Returns
String
string
get_textElement
Gets the DOM element for the text of the item.
Parameters
Returns
Element
HTML element
get_toolBar
Returns the toolbar to which the item belongs.
Parameters
Returns
Telerik.Web.UI.RadToolBar
RadToolBar
get_toolTip
Returns the text of the item's tool tip.
Parameters
Returns
String
get_visible
True if the item is visible.
Parameters
Returns
Boolean
boolean
hide
Hides the toolbar item.
Parameters
Returns
None
hideDropDown
Closes the drop-down list.
Parameters
Returns
None
set_clickedCssClass
Sets the name of the CSS class to be applied to the button when clicked.
Parameters
value String
value
Returns
None
set_clickedImageUrl
Sets the URL of the image when it is clicked.
Parameters
value String
value
Returns
None
set_disabledCssClass
Sets the CSS class for the item when it is disabled.
Parameters
value String
value
Returns
None
set_disabledImageUrl
Sets the DisabledImageUrl property of the item
Parameters
value String
value
Returns
None
set_enabled
Sets whether the item is enabled.
Parameters
value Boolean
value
Returns
None
set_expandDirection
Sets the expand direction of the Toolbar.
Parameters
value Telerik.Web.UI.ExpandDirection
Returns
None
set_focused
Sets if the item is focused.
Parameters
value Boolean
value
Returns
None
set_focusedCssClass
Sets the name of the CSS class to be applied to the button when on focus.
Parameters
value String
value
Returns
None
set_focusedImageUrl
Sets the URL of the image when on focus.
Parameters
value String
value
Returns
None
set_hoveredCssClass
Sets the name of the CSS class to be applied to the button when hovered.
Parameters
value String
value
Returns
None
set_hoveredImageUrl
Sets the URL for the hovered-state image.
Parameters
value String
value
Returns
None
set_imagePosition
Sets the image position of the toolbar item.
Parameters
value Telerik.Web.UI.ToolBarImagePosition
Returns
None
set_imageUrl
Sets the URL for the image.
Parameters
value String
value
Returns
None
set_text
Sets the text of the item.
Parameters
text String
text
Returns
None
set_toolTip
Sets the text of the item's tool tip.
Parameters
value String
value
Returns
None
set_visible
Sets if the item is visible.
Parameters
value Boolean
value
Returns
None
show
Shows the toolbar item.
Parameters
Returns
None
showDropDown
Opens the drop-down list.
Parameters
Returns
None