ArcFM Solution Developer Guide
BackgroundImageLayout Property (TreeViewHost)


Syntax
'Declaration
 
<SRCategoryAttribute("Appearance")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("The background image layout used for the component.")>
Public Property BackgroundImageLayout As System.Windows.Forms.ImageLayout
'Usage
 
Dim instance As TreeViewHost
Dim value As System.Windows.Forms.ImageLayout
 
instance.BackgroundImageLayout = value
 
value = instance.BackgroundImageLayout
[SRCategory("Appearance")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
[SRDescription("The background image layout used for the component.")]
public System.Windows.Forms.ImageLayout BackgroundImageLayout {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

TreeViewHost Class
TreeViewHost Members

 

 


Send Comment