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

Get or set the tool tip text of the button.

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

Syntax

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

Property Value

Type: String

See Also