Proprietà DedNetApplicationAutoCompleteOnTyping
             | 
          
        
        
            Indica se deve essere abilitato l'autocompletamento, mentre sto digitando, nel controllo custom DedFindCodeControl.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic bool AutoCompleteOnTyping { get; set; }Public Property AutoCompleteOnTyping As Boolean
	Get
	Set
public:
property bool AutoCompleteOnTyping {
	bool get ();
	void set (bool value);
}member AutoCompleteOnTyping : bool with get, set
Valore della proprietà
Boolean
Vedi anche