Flexivert Library Documentation
Items Property
NamespacesFlexivert.UIToolbarItems
Gets or sets the collection of buttons the toolbar contains.
Declaration Syntax
C#Visual BasicVisual C++
public List<IToolButton> Items { get; set; }
Public Property Items As List(Of IToolButton)
public:
property List<IToolButton^>^ Items {
	List<IToolButton^>^ get ();
	void set (List<IToolButton^>^ value);
}

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