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 ToolTipText { get; set; }
Visual Basic
Property ToolTipText As String
	Get
	Set
Visual C++
property String^ ToolTipText {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also