ARCed.Scintilla.SnippetChooser.OnCreateControl C# (CSharp) Méthode

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void
		protected override void OnCreateControl()
		{
			this.SetPosition();
			base.OnCreateControl();

			this.txtSnippet.Focus();
			this.txtSnippet.AutoComplete.Show(0, this._snippetList);
		}