See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set the image on the toolbar.
Namespace: NTier.VSAddInAssembly: 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); } |