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






Specifies whether the help button is displayed. Specifies whether the help button is displayed.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies whether the help button is displayed.")>
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# 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the help button is displayed.")]
public bool AlwaysShowHelpButton {get; set;}
Delphi 
public read-write property AlwaysShowHelpButton: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies whether the help button is displayed.")
public function get,set AlwaysShowHelpButton : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the help button is displayed.")]
public: __property bool get_AlwaysShowHelpButton();
public: __property void set_AlwaysShowHelpButton( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the help button is displayed.")]
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

© 2012 Intersoft Solutions Corp. All Rights Reserved.