|
SmartNetButton
Reference
Returns or sets the background color to be shown when the mouse is over the
button.
Syntax
object.BackColorPop [= color]
The BackColorPop property syntax has these parts:
| Part |
Description |
| object |
An object expression that evaluates to a SmartNetButton object. |
| color |
A value or constant that determines the background color of
an object as described in Settings. |
Settings
Visual Basic uses the Microsoft Windows operating environment red-green-blue
(RGB) color scheme. The settings for color are:
| Setting |
Description |
| Normal RGB colors |
Colors specified by using the Color palette or by using the
RGB or QBColor functions in code. |
| System default colors |
Colors specified by system color constants listed in the Visual
Basic (VB) object library in the Object Browser. The Windows operating environment
substitutes the user's choices as specified in the Control Panel settings. |
Remarks
When the mouse is over the button the whole background color changes to BackColorPop.

|