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






Specifies whether Help button is always shown in WebGrid UI.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies whether Help button is always shown in WebGrid UI.")>
Public Property AlwaysShowHelpButton As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.AlwaysShowHelpButton = value
 
value = instance.AlwaysShowHelpButton
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether Help button is always shown in WebGrid UI.")]
public bool AlwaysShowHelpButton {get; set;}
Delphi 
public read-write property AlwaysShowHelpButton: Boolean; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies whether Help button is always shown in WebGrid UI.")
public function get,set AlwaysShowHelpButton : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether Help button is always shown in WebGrid UI.")]
public: __property bool get_AlwaysShowHelpButton();
public: __property void set_AlwaysShowHelpButton( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether Help button is always shown in WebGrid UI.")]
public:
property bool AlwaysShowHelpButton {
   bool get();
   void set (    bool 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: Hide the help button

Concepts

Advanced User Interactions

©2012 Intersoft Solutions Corp. All Rights Reserved.