Back to Devexpress

IBaseDocumentDefaultProperties.CanUseFormIconAsDocumentImage Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-ibasedocumentdefaultproperties-1901e9dd.md

latest2.0 KB
Original Source

IBaseDocumentDefaultProperties.CanUseFormIconAsDocumentImage Property

Gets whether a corresponding form’s icon is used as the current document’s image.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
bool CanUseFormIconAsDocumentImage { get; }
vb
<Browsable(False)>
ReadOnly Property CanUseFormIconAsDocumentImage As Boolean

Property Value

TypeDescription
Boolean

A Boolean value that specifies whether a corresponding form’s icon is used as a document’s image.

|

Remarks

A document’s IBaseDocumentDefaultProperties.UseFormIconAsDocumentImage option, if set, overrides a View’s IBaseDocumentProperties.UseFormIconAsDocumentImage option. The CanUseFormIconAsDocumentImage property returns the actual setting that is calculated based on the values of these two options.

See Also

IBaseDocumentDefaultProperties Interface

IBaseDocumentDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views Namespace