ArcFM Solution Developer Guide
AutoCompleteSource Property (TreeGridViewTextBoxEditingControl)


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<SRDescriptionAttribute("TextBoxAutoCompleteSourceDescr")>
<System.ComponentModel.TypeConverterAttribute(System.Windows.Forms.TextBoxAutoCompleteSourceConverter)>
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Property AutoCompleteSource As System.Windows.Forms.AutoCompleteSource
'Usage
 
Dim instance As TreeGridViewTextBoxEditingControl
Dim value As System.Windows.Forms.AutoCompleteSource
 
instance.AutoCompleteSource = value
 
value = instance.AutoCompleteSource
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("TextBoxAutoCompleteSourceDescr")]
[System.ComponentModel.TypeConverter(System.Windows.Forms.TextBoxAutoCompleteSourceConverter)]
[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

TreeGridViewTextBoxEditingControl Class
TreeGridViewTextBoxEditingControl Members

 

 


Send Comment