Encapsulates information about a button toolbar element.
| C# |
public class ButtonInfo : HtmlEditor..::.ToolbarElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| HtmlEditor..::.ButtonInfo(HtmlEditor, String, String) |
Constructor for an internal button.
| |
| HtmlEditor..::.ButtonInfo(HtmlEditor, String, String, String) |
Constructor for an internal button that invokes a command.
| |
| HtmlEditor..::.ButtonInfo(HtmlEditor, String, String, String, String) |
Constructor for a custom button that invokes a custom dialog.
| |
| HtmlEditor..::.ButtonInfo(HtmlEditor, String, String, String, String, Boolean) |
Constructor for a custom button.
| |
| HtmlEditor..::.ButtonInfo(HtmlEditor, String) |
Constructor for a default button.
| |
| AddMenu(HtmlEditor, String, String) |
Method to add a menu button for this button.
| |
| ImageSrc |
The Url of the button image.
| |
| Menu |
Information about a related menu, if applicable.
| |
| OnClick |
The onclick client-side event handler.
| |
| OnMouseOut |
The mouseout client-side event handler.
| |
| OnMouseOver |
The mouseover client-side event handler.
| |
| ToolTip |
The tooltip on mouseover.
|
| Object | ||
| HtmlEditor..::.ToolbarElement | ||
| HtmlEditor..::.ButtonInfo | ||