ArcFM Solution Developer Guide
Image Property (ToggleButton)


Syntax
'Declaration
 
<SRDescriptionAttribute("ButtonImageDescr")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRCategoryAttribute("CatAppearance")>
Public Property Image As System.Drawing.Image
'Usage
 
Dim instance As ToggleButton
Dim value As System.Drawing.Image
 
instance.Image = value
 
value = instance.Image
[SRDescription("ButtonImageDescr")]
[System.ComponentModel.Localizable(true)]
[SRCategory("CatAppearance")]
public System.Drawing.Image Image {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

ToggleButton Class
ToggleButton Members

 

 


Send Comment