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

The VSCommandBar this collection belongs to.

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

Syntax

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

Property Value

Type: VSCommandBar

See Also