|
SmartNetButton
Reference
Returns or sets the caption area size expressed as a percent of the object
total size.
Syntax
object.CaptionAreaPercent [= value]
The CaptionAreaPercent property syntax has these parts:
| Part |
Description |
| object |
An object expression that evaluates to a SmartNetButton object. |
| value |
A numeric expression that determines the caption area size
as a percent of the object total size. |
Remarks
The CaptionAreaPercent will only accept values between 0 and 100.
|