[]
        
(Showing Draft Content)

C1.WinUI.Viewer.ToolMenuItem

ToolMenuItem Class

Data to represent an item in the Tools menu of a FlexViewer.

Inheritance
ToolMenuItem
Namespace: C1.WinUI.Viewer
Assembly: C1.WinUI.Viewer.dll
Syntax
public class ToolMenuItem : INotifyPropertyChanged

Constructors

Name Description
ToolMenuItem(string, FlexViewerTool, string)

Initializes a new instance of a ToolMenuItem.

Properties

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.

Events

Name Description
PropertyChanged

Occurs when a property value changes.