ARCed.Scintilla.SnippetChooser.OnCreateControl C# (CSharp) Метод

OnCreateControl() защищенный Метод

protected OnCreateControl ( ) : void
Результат void
		protected override void OnCreateControl()
		{
			this.SetPosition();
			base.OnCreateControl();

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