Dart.PowerWEB.TextBox Namespace > BaseToolbarButton Class : MouseUpBorderColor Property (BaseToolbarButton) |
Gets or sets the border color of the button when the mouse click is released over the button.
[Visual Basic]
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Overridable Property MouseUpBorderColor As Color
[C#]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public virtual Color MouseUpBorderColor {get; set;}
[C++]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property virtual Color get_MouseUpBorderColor();
public: __property virtual void set_MouseUpBorderColor(
Color value
);
[C++/CLI]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
virtual property Color MouseUpBorderColor {
Color get();
void set (Color value);
}
A System.Drawing.Color value specifying the border color.
The border color of the button changes to the color specified by this property when the mouse click is released over the button. This property is only used when the HtmlBox.ButtonMode = ButtonMode.Image.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseToolbarButton Class | BaseToolbarButton Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.