ArcFM Solution Developer Guide
AutoCompleteCustomSource Property (TreeGridViewTextBoxEditingControl)


Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("TextBoxAutoCompleteCustomSourceDescr")>
<System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)>
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Property AutoCompleteCustomSource As System.Windows.Forms.AutoCompleteStringCollection
'Usage
 
Dim instance As TreeGridViewTextBoxEditingControl
Dim value As System.Windows.Forms.AutoCompleteStringCollection
 
instance.AutoCompleteCustomSource = value
 
value = instance.AutoCompleteCustomSource
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[System.ComponentModel.Localizable(true)]
[SRDescription("TextBoxAutoCompleteCustomSourceDescr")]
[System.ComponentModel.Editor("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)]
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource {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