Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NShortcutTextBox Class / AutoCompleteCustomSource Property


In This Topic
    AutoCompleteCustomSource Property (NShortcutTextBox)
    In This Topic
    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 NShortcutTextBox
    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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also