ArcFM Solution Developer Guide
AutoCompleteSource Property (ImageComboBox)


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<SRDescriptionAttribute("ComboBoxAutoCompleteSourceDescr")>
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Property AutoCompleteSource As System.Windows.Forms.AutoCompleteSource
'Usage
 
Dim instance As ImageComboBox
Dim value As System.Windows.Forms.AutoCompleteSource
 
instance.AutoCompleteSource = value
 
value = instance.AutoCompleteSource
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("ComboBoxAutoCompleteSourceDescr")]
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
public System.Windows.Forms.AutoCompleteSource AutoCompleteSource {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