Flexivert Library Documentation
Items Property
NamespacesFlexivert.UIToolbarManagerItems
Gets or sets the collection of toolbars managed by this toolbar manager.
Declaration Syntax
C#Visual BasicVisual C++
public List<Toolbar> Items { get; set; }
Public Property Items As List(Of Toolbar)
public:
property List<Toolbar^>^ Items {
	List<Toolbar^>^ get ();
	void set (List<Toolbar^>^ value);
}

Assembly: FVUI (Module: FVUI) Version: 0.5.4.9 (0.5.4.9)