Intersoft WebGrid Documentation
CursorType Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartInteractiveStyle Class : CursorType Property






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The cursor type when the mouse is over the object.")>
<CategoryAttribute("General")>
Public Property CursorType As ISNet.WebUI.Cursors
Visual Basic (Usage)Copy Code
Dim instance As ChartInteractiveStyle
Dim value As ISNet.WebUI.Cursors
 
instance.CursorType = value
 
value = instance.CursorType
C# 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The cursor type when the mouse is over the object.")]
[CategoryAttribute("General")]
public ISNet.WebUI.Cursors CursorType {get; set;}
Delphi 
public read-write property CursorType: ISNet.WebUI.Cursors; 
JScript 
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("The cursor type when the mouse is over the object.")
CategoryAttribute("General")
public function get,set CursorType : ISNet.WebUI.Cursors
Managed Extensions for C++ 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The cursor type when the mouse is over the object.")]
[CategoryAttribute("General")]
public: __property ISNet.WebUI.Cursors get_CursorType();
public: __property void set_CursorType( 
   ISNet.WebUI.Cursors value
);
C++/CLI 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The cursor type when the mouse is over the object.")]
[CategoryAttribute("General")]
public:
property ISNet.WebUI.Cursors CursorType {
   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.