EditCategoryToolBarButton Members
Include Protected Members
Include Inherited Members
Renders a toolbar button that is used to switch the page mode between view mode and edit mode.
The EditCategoryToolBarButton type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EditCategoryToolBarButton | Initializes a new instance of the EditCategoryToolBarButton class. |
Top
Properties
Name | Description | |
---|---|---|
AddAllUserParam | Gets or sets a value that indicates whether to set the page view to all users in the URL to which the user is navigated after clicking the EditCategoryToolBarButton. |
Top
Methods
Name | Description | |
---|---|---|
GetHrefString | Returns the URL to which the user is navigated after clicking the EditCategoryToolBarButton. (Overrides ToolBarButtonGetHrefString().) | |
OnInit | Raises the Init event. (Overrides ToolBarButtonOnInit(EventArgs).) | |
OnPreRender | Raises the PreRender event. (Overrides ToolBarButtonOnPreRender(EventArgs).) |
Top
Fields
Name | Description | |
---|---|---|
EditTextLocId | Specifies the unique identifier (ID) of the localized version of the text on the button when the current page is in edit text mode. | |
EditToolTipLocId | Specifies the unique ID of the localized version of the tooltip on the button when the current page is in edit tooltip mode. | |
ViewTextLocId | Specifies the unique ID of the localized version of the text on the button when the current page is in view text mode. | |
ViewToolTipLocId | Specifies the unique ID of the localized version of the tooltip on the button when the current page is in view tooltip mode. |
Top