ArcFM Solution Developer Guide
WelcomeImage Property


Gets or sets the image displayed on the welcome and finish pages.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute("")>
<System.ComponentModel.CategoryAttribute("Wizard")>
<System.ComponentModel.DescriptionAttribute("Gets or sets the image displayed on the welcome and finish pages.")>
Public Property WelcomeImage As System.Drawing.Image
'Usage
 
Dim instance As Wizard
Dim value As System.Drawing.Image
 
instance.WelcomeImage = value
 
value = instance.WelcomeImage
[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.Category("Wizard")]
[System.ComponentModel.Description("Gets or sets the image displayed on the welcome and finish pages.")]
public System.Drawing.Image WelcomeImage {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