|
SmartNetButton
Reference
Returns or sets a value that determines whether or not the caption background
color will be smoothed.
Syntax
object.ShowCaptionSmooth [= boolean]
The ShowCaptionSmooth 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 background color will be smoothed. |
At design time, the default ShowCaptionSmooth
for the SmartNetButton is set to False.
Remarks
If property ShowSmooth is set to
True, the object displays the picture and its background using a smooth color.
You can also apply this effect to the caption area by setting property ShowCaptionSmooth
to True.
|