|
SmartNetButton
Reference
Returns or sets a value that determines whether or not the Caption
will be displayed.
Syntax
object.ShowCaption [= boolean]
The ShowCaption property syntax has these parts:
| Part |
Description |
| object |
An object expression that evaluates to a SmartNetButton object. |
| boolean |
A boolean expression that specifies whether or not the
caption will be displayed. |
At design time, the default ShowCaption
for the SmartNetButton is set to False.
Remarks
After setting the Caption, you
should set this property to True in order to have the caption displayed.
|