CommandLinkButtonCreateParams Property

Gets a CreateParams on the base class when creating a window.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected override CreateParams CreateParams { get; }

Return Value

CreateParams
A CreateParams object on the base class when creating a window.

See Also