Copyright © 2003-2023 MultiMedia Soft

Office2003ColorBorderMouseOver property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property Office2003ColorBorderMouseOver As Color

 

[C#]

public override Color Office2003ColorBorderMouseOver {get; set;}

 

[C++]

public: __property Color get_Office2003ColorBorderMouseOver();

public: __property void set_Office2003ColorBorderMouseOver(Color);

 

 

Remarks

The color used to render the button's border in mouse over state. If left undefined (value -1), the border won't be rendered.

Below the button with its default value on the left and with the Office2003ColorBorderMouseOver property set to red on the right:

3dcm_i000183     3dcm_i000186

For further details about settings for the Office 2003 style, see the How to manage colors of Office 2003 style tutorial.