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

Add a new button to the collection.

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

Syntax

C#
public IVSCommand Add(
	Image image,
	EventHandler handler
)
Visual Basic
Public Function Add ( 
	image As Image,
	handler As EventHandler
) As IVSCommand
Visual C++
public:
IVSCommand^ Add(
	Image^ image, 
	EventHandler^ handler
)

Parameters

image
Type: System.Drawing..::..Image
handler
Type: System..::..EventHandler

Return Value

Type: IVSCommand

See Also