Base:
property
CreateParams
System.Windows.Forms.Control.CreateParams
1 override of CreateParams
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (1)
18protected override CreateParams CreateParams
2 references to CreateParams
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (1)
22CreateParams createParams = base.CreateParams;
System.Windows.Forms.Tests (1)
System\Windows\Forms\LabelTests.cs (1)
885public new CreateParams CreateParams => base.CreateParams;