See Also

BaseToolbarButton Class  | BaseToolbarButton 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

MouseDownBorderColor Property

Dart.PowerWEB.TextBox Namespace > BaseToolbarButton Class : MouseDownBorderColor Property (BaseToolbarButton)

Gets or sets the border color of the button when the button is clicked by the mouse.

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

Return Type

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

Remarks

The border color of the button changes to the color specified by this property when the button is clicked by the mouse. 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

BaseToolbarButton Class  | BaseToolbarButton Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.