Base:
property
CreateParams
System.Windows.Forms.Control.CreateParams
2 overrides of CreateParams
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\HScrollBar.cs (1)
13protected override CreateParams CreateParams
System\Windows\Forms\Scrolling\VScrollBar.cs (1)
17protected override CreateParams CreateParams
3 references to CreateParams
System.Windows.Forms (3)
System\Windows\Forms\Scrolling\HScrollBar.cs (1)
17CreateParams cp = base.CreateParams;
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
40_scrollOrientation = (CreateParams.Style & (int)SCROLLBAR_CONSTANTS.SB_VERT) != 0
System\Windows\Forms\Scrolling\VScrollBar.cs (1)
21CreateParams cp = base.CreateParams;