See Also

ButtonStyle Class  | ButtonStyle Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

MouseOverBackColor Property

Dart.PowerWEB.TextBox Namespace > ButtonStyle Class : MouseOverBackColor Property (ButtonStyle)

Gets or sets the background color of the button when the mouse is placed over the button.

[Visual Basic]
<NotifyParentPropertyAttribute(True)> Public Overridable Property MouseOverBackColor As Color
[C#]
[NotifyParentPropertyAttribute(true)] public virtual Color MouseOverBackColor {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] public: __property virtual Color get_MouseOverBackColor(); public: __property virtual void set_MouseOverBackColor(    Color value );
[C++/CLI]
[NotifyParentPropertyAttribute(true)] public: virtual property Color MouseOverBackColor {    Color get();    void set (Color value); }

Return Type

A System.Drawing.Color value specifying the background color.

Remarks

The background color of the button changes to the color specified by this property when the mouse is placed over the button. This property is only used when the HtmlBox.ButtonMode = ButtonMode.Image.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

ButtonStyle Class  | ButtonStyle Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.