AdvancedProgressBarCreateParams Property

Gets the required creation parameters when the control handle is created.

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 that contains the required creation parameters when the handle to the control is created.

See Also