ArcFM Solution Developer Guide
HelpVisible Property


Gets or sets the visible state of the help button.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DefaultValueAttribute(False)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the visible state of the help button. ")>
Public Property HelpVisible As System.Boolean
'Usage
 
Dim instance As Wizard
Dim value As System.Boolean
 
instance.HelpVisible = value
 
value = instance.HelpVisible
[System.ComponentModel.Category("Behavior")]
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Description("Gets or sets the visible state of the help button. ")]
public System.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