|
SmartNetButton
Reference
Returns or sets the text displayed in the SmartNetButton.
Syntax
object.Caption [= string]
The Caption property syntax has these parts:
| Part |
Description |
| object |
An object expression that evaluates to a SmartNetButton object. |
| string |
A string expression that evaluates to the text displayed in
the Caption. |
Remarks
You should also set property ShowCaption
to True in order to have the caption displayed.
|