Skip to main content

IDocumentProperties Members

Stores default Document properties.

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.
ShowMinimizeButton Gets or sets whether floating Widgets can display their Minimize button. You can override this setting for individual Widgets. To do so, use their Document.Properties.ShowMinimizeButton properties. Mimimize buttons cannot be shown if floating Widgets are always on top of their parent forms, see this property for more details: BaseView.FloatDocumentsAlwaysOnTop.
UseFormIconAsDocumentImage Gets or sets whether underlying forms’ icons are applied to the current View’s documents. Inherited from IBaseDocumentProperties.

Methods

Name Description
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
See Also