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