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

Get or set the image on the toolbar.

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

Syntax

C#
Image Image { get; set; }
Visual Basic
Property Image As Image
	Get
	Set
Visual C++
property Image^ Image {
	Image^ get ();
	void set (Image^ value);
}

Property Value

Type: Image

See Also