ArcFM Desktop Developer Guide
HelpVisible Property


Gets or sets the visible state of the help button.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DefaultValueAttribute(False)>
<DescriptionAttribute("Gets or sets the visible state of the help button. ")>
Public Property HelpVisible As Boolean
'Usage
 
Dim instance As Wizard
Dim value As Boolean
 
instance.HelpVisible = value
 
value = instance.HelpVisible
[Category("Behavior")]
[DefaultValue(false)]
[Description("Gets or sets the visible state of the help button. ")]
public bool HelpVisible {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Wizard Class
Wizard Members

 

 


Send Comment