Base:
method
OnHandleCreated
System.Windows.Forms.Control.OnHandleCreated(System.EventArgs)
3 overrides of OnHandleCreated
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2415
protected override void
OnHandleCreated
(EventArgs e)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1818
protected override void
OnHandleCreated
(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
605
protected override void
OnHandleCreated
(EventArgs e)
3 references to OnHandleCreated
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2459
base.
OnHandleCreated
(e);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1820
base.
OnHandleCreated
(e);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
607
base.
OnHandleCreated
(e);