Base:
property
CreateParams
System.Windows.Forms.Control.CreateParams
3 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
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollBarTests.cs (1)
3145protected override CreateParams CreateParams
5 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)
44if ((CreateParams.Style & (int)SCROLLBAR_CONSTANTS.SB_VERT) != 0)
System\Windows\Forms\Scrolling\VScrollBar.cs (1)
21CreateParams cp = base.CreateParams;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ScrollBarTests.cs (2)
3149CreateParams cp = base.CreateParams; 3164public new CreateParams CreateParams => base.CreateParams;