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 tool tip text of the button.
Namespace: NTier.VSAddInAssembly: 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); } |