Skip to main content

IDocumentDefaultProperties Properties

Stores the individual properties of Documents.
Name Description
ActualThumbnailCaptionFormat Gets the thumbnail caption format currently used by this document. Inherited from IBaseDocumentDefaultProperties.
AllowActivate Gets or sets whether the current document can be activated. Inherited from IBaseDocumentDefaultProperties.
AllowClose Gets or sets whether the current document can be closed. Inherited from IBaseDocumentDefaultProperties.
AllowCollapse Gets or sets whether the current Document can be collapsed.
AllowDock Gets or sets whether the current document can be docked. Inherited from IBaseDocumentDefaultProperties.
AllowDragging Gets or sets whether or not this Document can be dragged at runtime.
AllowFloat Gets or sets whether the current document can be made floating. Inherited from IBaseDocumentDefaultProperties.
AllowGlyphSkinning Gets or sets whether the current document’s icon should be painted with this document’s foreground color. Inherited from IBaseDocumentDefaultProperties.
AllowMaximize Gets or sets whether the current Document can be maximized at runtime.
AllowResize Gets or sets whether this Document can be resized at runtime.
CanActivate Gets whether the current document can be activated. Inherited from IBaseDocumentDefaultProperties.
CanClose Gets whether the current document can be closed. Inherited from IBaseDocumentDefaultProperties.
CanCollapse Gets whether the current Document can be collapsed.
CanDock Gets whether the current document can be docked. Inherited from IBaseDocumentDefaultProperties.
CanDragging Determines whether or not end-users are currently allowed to drag this document at runtime.
CanFloat Gets whether the current document can be made floating. Inherited from IBaseDocumentDefaultProperties.
CanMaximize Gets whether this Document can currently be maximized at runtime.
CanResize Gets whether an end-user can resize the current Document at runtime.
CanShowBorders Gets whether this widget can show its borders.
CanShowCloseButton Returns whether or not this widget document shows its Close button.
CanShowMaximizeButton Gets whether this Document can currently display its maximize button.
CanShowMinimizeButton Gets whether floating Widgets can show Minimize buttons. See the following property for more details: BaseView.FloatDocumentsAlwaysOnTop.
CanUseFormIconAsDocumentImage Gets whether a corresponding form’s icon is used as the current document’s image. Inherited from IBaseDocumentDefaultProperties.
CanUseGlyphSkinning Gets whether this Document currently supports the Glyph Skinning feature. Inherited from IBaseDocumentDefaultProperties.
ShowBorders Gets or sets whether this widget should display its borders.
ShowCloseButton Gets or sets whether or not this widget should display its Close button.
ShowMaximizeButton Gets or sets whether this Document should display its maximize button.
ShowMinimizeButton Gets whether this Widget can show its Minimize button when it floats. This property overrides the global WidgetView.DocumentProperties.ShowMinimizeButton setting.
UseFormIconAsDocumentImage Gets or sets whether a corresponding form’s icon is used as the current document’s image. Inherited from IBaseDocumentDefaultProperties.
See Also