[]
Data to represent an item in the Tools menu of a FlexViewer.
public class ToolMenuItem : INotifyPropertyChanged
| Name | Description |
|---|---|
| ToolMenuItem(string, FlexViewerTool, string) | Initializes a new instance of a ToolMenuItem. |
| Name | Description |
|---|---|
| Glyph | Gets or sets the string with a character used as the tool icon. |
| IsEnabled | Gets or sets a value indicating if the item is enabled. |
| Label | Gets or sets the text label of the tool. |
| Tool | Gets a value that identifies the tool panel. |
| Visibility | Gets or sets a value indicating if the item is visible. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |