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