AdvancedProgressBarCreateParams Property
Gets the required creation parameters when the control handle is created.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
protected override CreateParams CreateParams { get; }
Protected Overrides ReadOnly Property CreateParams As CreateParams
Get
protected:
virtual property CreateParams^ CreateParams {
CreateParams^ get () override;
}
abstract CreateParams : CreateParams with get
override CreateParams : CreateParams with get
Return Value
CreateParamsA
CreateParams that contains the required creation parameters when the handle to the control is created.