Base:
property
CreateParams
System.Windows.Forms.Control.CreateParams
2 overrides of CreateParams
System.Windows.Forms (2)
winforms\Managed\System\WinForms\HScrollBar.cs (1)
41protected override CreateParams CreateParams {
winforms\Managed\System\WinForms\VScrollBar.cs (1)
43protected override CreateParams CreateParams {
3 references to CreateParams
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HScrollBar.cs (1)
44CreateParams cp = base.CreateParams;
winforms\Managed\System\WinForms\ScrollBar.cs (1)
66if ((this.CreateParams.Style & NativeMethods.SBS_VERT) != 0)
winforms\Managed\System\WinForms\VScrollBar.cs (1)
46CreateParams cp = base.CreateParams;