Dart.PowerWEB.TextBox Namespace > BaseToolbarButton Class : MouseDownCursor Property (BaseToolbarButton) |
Gets or sets the mouse cursor style when the button is clicked by the mouse.
[Visual Basic]
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Specifies the mouse cursor to display when the user presses the mouse button over the button.")>
Public Overridable Property MouseDownCursor As CursorType
[C#]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the mouse cursor to display when the user presses the mouse button over the button.")]
public virtual CursorType MouseDownCursor {get; set;}
[C++]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the mouse cursor to display when the user presses the mouse button over the button.")]
public: __property virtual CursorType get_MouseDownCursor();
public: __property virtual void set_MouseDownCursor(
CursorType value
);
[C++/CLI]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the mouse cursor to display when the user presses the mouse button over the button.")]
public:
virtual property CursorType MouseDownCursor {
CursorType get();
void set (CursorType value);
}
One of the CursorType enumeration members
The cursor changes to the style specified by this property when the button is clicked by the mouse. 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.