System.Windows.Forms.Form.OnCreateControl C# (CSharp) 메소드

OnCreateControl() 개인적인 메소드

private OnCreateControl ( ) : void
리턴 void
		protected override void OnCreateControl() {
			base.OnCreateControl ();

			if (menu != null) {
				XplatUI.SetMenu(window.Handle, menu);
			}

			OnLoadInternal (EventArgs.Empty);
			
			// Send initial location
			OnLocationChanged(EventArgs.Empty);
		}
Form