Whether to show the help button
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Whether to show the help button")>
<BrowsableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ResCategoryAttribute("Behavior")>
<PersistenceModeAttribute()>
Public Overridable Property ShowHelp As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As FloatingPanel
Dim value As Boolean
instance.ShowHelp = value
value = instance.ShowHelp
|
| C# | |
|---|
[ResDescriptionAttribute("Whether to show the help button")]
[BrowsableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ResCategoryAttribute("Behavior")]
[PersistenceModeAttribute()]
public virtual bool ShowHelp {get; set;} |
See Also