ArcFM Solution Developer Guide
DropDownStyle Property


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