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

OnCreateControl() 개인적인 메소드

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

			// The OnCreateControl isn't neccessarily raised *before* it
			// becomes first visible, but that's the best we've got
			OnLoad(EventArgs.Empty);
		}