ArcFM Solution Developer Guide
DrawMode Property (ImageComboBox)


Syntax
'Declaration
 
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<SRDescriptionAttribute("ComboBoxDrawModeDescr")>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property DrawMode As System.Windows.Forms.DrawMode
'Usage
 
Dim instance As ImageComboBox
Dim value As System.Windows.Forms.DrawMode
 
instance.DrawMode = value
 
value = instance.DrawMode
[SRCategory("CatBehavior")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("ComboBoxDrawModeDescr")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public System.Windows.Forms.DrawMode DrawMode {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

ImageComboBox Class
ImageComboBox Members

 

 


Send Comment