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

MouseDownBorderStyle Property

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

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

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

Return Type

One of the BorderStyle enumeration members.

Remarks

The border style of the button changes to the border style 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.