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

MouseOverCursor Property

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

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

[Visual Basic]
<NotifyParentPropertyAttribute(True)> <DescriptionAttribute("Specifies the mouse cursor to display when the user places the mouse cursor over the button.")> <DefaultValueAttribute()> Public Overridable Property MouseOverCursor As CursorType
[C#]
[NotifyParentPropertyAttribute(true)] [DescriptionAttribute("Specifies the mouse cursor to display when the user places the mouse cursor over the button.")] [DefaultValueAttribute()] public virtual CursorType MouseOverCursor {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] [DescriptionAttribute("Specifies the mouse cursor to display when the user places the mouse cursor over the button.")] [DefaultValueAttribute()] public: __property virtual CursorType get_MouseOverCursor(); public: __property virtual void set_MouseOverCursor(    CursorType value );
[C++/CLI]
[NotifyParentPropertyAttribute(true)] [DescriptionAttribute("Specifies the mouse cursor to display when the user places the mouse cursor over the button.")] [DefaultValueAttribute()] public: virtual property CursorType MouseOverCursor {    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 is placed 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

BaseToolbarButton Class  | BaseToolbarButton Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.