Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Browsable(false)]
bool CanUseFormIconAsDocumentImage { get; }

Property Value

Type Description
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