Table of Contents

Interface IToolBars

Namespace
Gemini.Modules.ToolBars
Assembly
Gemini.dll
public interface IToolBars

Properties

Items

IObservableCollection<IToolBar> Items { get; }

Property Value

IObservableCollection<IToolBar>

Visible

bool Visible { get; set; }

Property Value

bool