|
|
Modifies the pen of the hot object.
Syntax
FlpGrf.ObjectHotPen( FgColor As Integer, BgColor As Integer, Style As Integer, Width As Integer, Mode As Integer )
The ObjectHotPen Method has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
FgColor |
Foreground color of the pen, an index from the color table. |
|
BgColor |
Color of the blank spaces in the pattern style, an index from the color table. |
|
Style |
Line pattern. flpSolidPen 0 Solid pen flpDashPen 1 Dash pen flpDotPen 2 Dot pen flpDashDotPen 3 Dash-Dot pen flpDashDotDotPen 4 Dash-Dot-Dot pen flpTransparentPen 5 Transparent pen |
|
Width |
Width of the pen in pixels (1 - 10). |
|
Mode |
How spaces in line pattern will be shown. flpTransparentMode 0 Transpaarent brush mode flpOpaqueMode 1 Opaque brush mode |
Remarks
Modifies the pen in an object. An object is made hot via ObjectHotSelect.
A pen whose width is greater than 1 can only be set to the solid style (0).
See Also
![]() |
Last modified on: Friday, August 16, 2002