AllowActivate
|
Gets or sets whether the current View’s documents can be activated.
|
AllowClose
|
Gets or sets whether the current View’s documents can be closed.
|
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.
|
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.
|
AllowGlyphSkinning
|
Gets or sets whether all Documents within the current View should have their icons painted in the Documents’ foreground colors.
|
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.
|