Intersoft WebGrid Documentation
HelpURL Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : HelpURL Property






Specifies the client's help URL when user clicked on the Help icon. This property is application-wide configurable.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the client's help URL when user clicked on the Help icon. The default is Intersoft's own help page URL. This property is application-wide configurable.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property HelpURL As String
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As String
 
instance.HelpURL = value
 
value = instance.HelpURL
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the client's help URL when user clicked on the Help icon. The default is Intersoft's own help page URL. This property is application-wide configurable.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string HelpURL {get; set;}
Delphi 
public read-write property HelpURL: String; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Specifies the client's help URL when user clicked on the Help icon. The default is Intersoft's own help page URL. This property is application-wide configurable.")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set HelpURL : String
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the client's help URL when user clicked on the Help icon. The default is Intersoft's own help page URL. This property is application-wide configurable.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_HelpURL();
public: __property void set_HelpURL( 
   string* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the client's help URL when user clicked on the Help icon. The default is Intersoft's own help page URL. This property is application-wide configurable.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ HelpURL {
   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

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Specify a different Help URL

Concepts

Rich User Interface Elements

©2012 Intersoft Solutions Corp. All Rights Reserved.