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);
		}