ArcFM Desktop Developer Guide
HeaderImage Property


Gets or sets the image displayed on the header of the standard pages.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<CategoryAttribute("Wizard")>
<DescriptionAttribute("Gets or sets the image displayed on the header of the standard pages.")>
Public Property HeaderImage As Image
'Usage
 
Dim instance As Wizard
Dim value As Image
 
instance.HeaderImage = value
 
value = instance.HeaderImage
[DefaultValue("")]
[Category("Wizard")]
[Description("Gets or sets the image displayed on the header of the standard pages.")]
public Image HeaderImage {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