Dart.PowerWEB.TextBox Namespace > BaseToolbarButton Class : MouseUpBorderStyle Property (BaseToolbarButton) |
Gets or sets the border style of the button when the mouse click is released over the button.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Overridable Property MouseUpBorderStyle As BorderStyle
[C#]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public virtual BorderStyle MouseUpBorderStyle {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property virtual BorderStyle get_MouseUpBorderStyle();
public: __property virtual void set_MouseUpBorderStyle(
BorderStyle value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
virtual property BorderStyle MouseUpBorderStyle {
BorderStyle get();
void set (BorderStyle value);
}
One of the BorderStyle enumeration members.
The border style of the button changes to the border style 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.