ARCed.Scintilla.SnippetChooser.OnCreateControl C# (CSharp) Method

OnCreateControl() protected method

protected OnCreateControl ( ) : void
return void
		protected override void OnCreateControl()
		{
			this.SetPosition();
			base.OnCreateControl();

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