AdvancedSaveFileDialogCustomControl Property

A custom control that will be placed under the file type combo. It must be allocated and disposed by the caller, AdvancedSaveFileDialog adjusts only its size if CustomControlAutoSize is .

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public Control? CustomControl { get; set; }

Property Value

Control

See Also