See Also

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

MouseUpCursor Property

Dart.PowerWEB.TextBox Namespace > ButtonStyle Class : MouseUpCursor Property (ButtonStyle)

Gets or sets the mouse cursor style when the mouse click is released over the button.

[Visual Basic]
<NotifyParentPropertyAttribute(True)> Public Overridable Property MouseUpCursor As CursorType
[C#]
[NotifyParentPropertyAttribute(true)] public virtual CursorType MouseUpCursor {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] public: __property virtual CursorType get_MouseUpCursor(); public: __property virtual void set_MouseUpCursor(    CursorType value );
[C++/CLI]
[NotifyParentPropertyAttribute(true)] public: virtual property CursorType MouseUpCursor {    CursorType get();    void set (CursorType value); }

Return Type

One of the CursorType enumeration members

Remarks

The cursor changes to the 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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

ButtonStyle Class  | ButtonStyle Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.