Intersoft WebGrid Documentation
Cursor Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFormatStyle Class : Cursor Property






Gets or sets the cursor style in the control.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("Type of cursor displayed for the object associated with the style when the mouse pointer is over it.")>
Public Overridable Property Cursor As ISNet.WebUI.Cursors
Visual Basic (Usage)Copy Code
Dim instance As WebGridFormatStyle
Dim value As ISNet.WebUI.Cursors
 
instance.Cursor = value
 
value = instance.Cursor
C# 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Type of cursor displayed for the object associated with the style when the mouse pointer is over it.")]
public virtual ISNet.WebUI.Cursors Cursor {get; set;}
Delphi 
public read-write property Cursor: ISNet.WebUI.Cursors; virtual; 
JScript 
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Appearance")
DefaultValueAttribute()
DescriptionAttribute("Type of cursor displayed for the object associated with the style when the mouse pointer is over it.")
public function get,set Cursor : ISNet.WebUI.Cursors
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Type of cursor displayed for the object associated with the style when the mouse pointer is over it.")]
public: __property virtual ISNet.WebUI.Cursors get_Cursor();
public: __property virtual void set_Cursor( 
   ISNet.WebUI.Cursors value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Type of cursor displayed for the object associated with the style when the mouse pointer is over it.")]
public:
virtual property ISNet.WebUI.Cursors Cursor {
   ISNet.WebUI.Cursors get();
   void set (    ISNet.WebUI.Cursors value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.