See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the collection of toolbar buttons.

Namespace: NTier.VSAddIn
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0

Syntax

C#
public VSCommandCollection Buttons { get; private set; }
Visual Basic
Public Property Buttons As VSCommandCollection
	Get
	Private Set
Visual C++
public:
property VSCommandCollection^ Buttons {
	VSCommandCollection^ get ();
	private: void set (VSCommandCollection^ value);
}

Property Value

Type: VSCommandCollection

See Also