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






Specifies the image for jump-to-record function.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the image for jump-to-record function.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property GotoImage As String
Visual Basic (Usage)Copy Code
Dim instance As ImageSettings
Dim value As String
 
instance.GotoImage = value
 
value = instance.GotoImage
C# 
[DescriptionAttribute("Specifies the image for jump-to-record function.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string GotoImage {get; set;}
Delphi 
public read-write property GotoImage: String; 
JScript 
DescriptionAttribute("Specifies the image for jump-to-record function.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set GotoImage : String
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the image for jump-to-record function.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_GotoImage();
public: __property void set_GotoImage( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Specifies the image for jump-to-record function.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ GotoImage {
   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.