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

IDocumentProperties Properties

Stores default Document properties.
Name Description
AllowActivate Gets or sets whether the current View’s documents can be activated. Inherited from IBaseDocumentProperties.
AllowClose Gets or sets whether the current View’s documents can be closed. Inherited from IBaseDocumentProperties.
AllowCollapse Gets or sets whether any Document within this WidgetView can be collapsed.
AllowDock Gets or sets whether the current View’s documents can be docked. Inherited from IBaseDocumentProperties.
AllowDragging Gets or sets whether any widget document within this View can be dragged at runtime.
AllowFloat Gets or sets whether the current View’s documents can be made floating. Inherited from IBaseDocumentProperties.
AllowGlyphSkinning Gets or sets whether all Documents within the current View should have their icons painted in the Documents’ foreground colors. Inherited from IBaseDocumentProperties.
AllowMaximize Gets or sets
AllowResize Gets or sets whether all Documents within this WidgetView can be resized at runtime.
ShowBorders Gets or sets whether or not any widget within this WidgetView can display its borders.
ShowCloseButton Gets or sets whether or not all widgets owned by this View display their Close buttons.
ShowMaximizeButton Gets or sets whether all Documents within this WidgetView should display their maximize buttons.
UseFormIconAsDocumentImage Gets or sets whether underlying forms’ icons are applied to the current View’s documents. Inherited from IBaseDocumentProperties.
See Also