Back to Devexpress

XtraCommonDialog.UseParentFormIcon Property

windowsforms-devexpress-dot-xtraeditors-dot-base-dot-xtracommondialog-ae4e2b26.md

latest1.4 KB
Original Source

XtraCommonDialog.UseParentFormIcon Property

Gets or sets whether to inherit the dialog window icon from the parent form.

Namespace : DevExpress.XtraEditors.Base

Assembly : DevExpress.XtraDialogs.v25.2.dll

NuGet Packages : DevExpress.Win.Dialogs, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool UseParentFormIcon { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property UseParentFormIcon As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to inherit the dialog window icon from the parent form; otherwise, false.

|

See Also

XtraCommonDialog Class

XtraCommonDialog Members

DevExpress.XtraEditors.Base Namespace