ClientPivotControlMenuOption members
Represents a clickable Menu Option at the correct position in the pivot control The pivot control surfaces the configured number of options and moves the rest to the overflow menu
The ClientPivotControlMenuOption type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClientPivotControlMenuOption |
Top
Properties
Name | Description | |
---|---|---|
Description | The subtext with additional information about the menu option | |
DisplayText | The main display text explaining the menu option | |
ImageAltText | The alternate text displayed for the image, if an ImageUrl is specified | |
ImageUrl | A string with a URL to an image shown for the menu option in the overflow menu. No image will appear for the option if no URL is specified | |
MenuOptionType | ||
OnClickAction | A string of valid JavaScript to be executed when the menu option is selected | |
SelectedOption | A boolean to mark that the current option should render as the 'selected' option |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top