Intersoft WebGrid Documentation
ColumnPointerImage Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ImageSettings Class : ColumnPointerImage Property






Specifies the pointer image used to identify column's position when dragged from column headers or group columns.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the pointer image used to identify column's position when dragged from column headers or group columns.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property ColumnPointerImage As String
Visual Basic (Usage)Copy Code
Dim instance As ImageSettings
Dim value As String
 
instance.ColumnPointerImage = value
 
value = instance.ColumnPointerImage
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the pointer image used to identify column's position when dragged from column headers or group columns.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public string ColumnPointerImage {get; set;}
Delphi 
public read-write property ColumnPointerImage: String; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Specifies the pointer image used to identify column's position when dragged from column headers or group columns.")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set ColumnPointerImage : String
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the pointer image used to identify column's position when dragged from column headers or group columns.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property string* get_ColumnPointerImage();
public: __property void set_ColumnPointerImage( 
   string* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the pointer image used to identify column's position when dragged from column headers or group columns.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property String^ ColumnPointerImage {
   String^ get();
   void set (    String^ 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.