[]
Exposes public properties of the sidebar panels.
public abstract class SidebarPanel : Component, IComponent, IDisposable
Name | Description |
---|---|
ViewerViewModel | The view model for the entire viewer. |
Name | Description |
---|---|
ContextMenu | Gets or sets the context menu for the sidebar panel. |
Enabled | Gets or sets a value indicating whether this SidebarPanel is enabled. |
EnabledRuntime | Gets or sets a value indicating whether this SidebarPanel is enabled in runtime. |
Text | Gets or sets the caption of the sidebar panel. |
Visible | Gets or sets a value indicating whether this SidebarPanel is visible. |
VisibleRuntime | Gets or sets a value indicating whether this SidebarPanel is visible in runtime. |
Width | Gets or sets the width of the entire sidebar. Use Viewer.Sidebar.Width instead. |
Name | Description |
---|---|
Clear() | Clears this instance. |
Refresh() | Refreshes the sidebar panel. |