-
Notifications
You must be signed in to change notification settings - Fork 322
LayoutAnchorableFloatingWindow
Dirkster99 edited this page Dec 12, 2019
·
16 revisions
-
LayoutAnchorableFloatingWindowControl (Class Definition) :
LayoutFloatingWindow, ILayoutElementWithVisibility
Model | Control |
---|---|
LayoutAnchorableFloatingWindow | LayoutAnchorableFloatingWindowControl |
A LayoutAnchorableFloatingWindow
represents a floating window that contains one or more
LayoutAnchorablePanes and/or LayoutAnchorablePaneGroups, which in turn
contain one or more LayoutAnchorables in the layout model.
A LayoutAnchorableFloatingWindow
is usually displayed with a LayoutAnchorableFloatingWindowControl that can contain several anchorables (tool windows) in its content hosting area.
See also : LayoutDocumentFloatingWindow
Property | Description |
---|---|
Children | Overridden. Gets the children of the floating window. |
ChildrenCount | Overridden. Gets the number of children. |
IsSinglePane | Gets whether the floating window contains a single pane. |
IsValid | Overridden. Gets whether the floating window is valid (whether RootPanel is null). |
IsVisible | Gets if the element is visible. |
Parent | Gets or sets the parent container of the element. (Inherited from LayoutElement) |
Root | Gets or sets the root of the element. (Inherited from LayoutElement) |
RootPanel | Gets or sets the root panel contained in the floating window. |
SinglePane | Gets the pane contained in a floating window that contains only one pane. |
Event | Description |
---|---|
IsVisibleChanged | Raised when IsVisible has changed. |
PropertyChanged | Raised when a property has changed. (Inherited from LayoutElement) |
PropertyChanging | Raised when a property is about to change. (Inherited from LayoutElement) |
Method | Description |
---|---|
RemoveChild | Overridden. Removes the child element. |
ReplaceChild | Overridden. Replaces a specified child element with a specified new element. |
- WinForms Demo Client
- WPF VS 2013 Demo Client
- WPF MVVM TestApp
- TestApp
- Upgrading to V4.0 or later
- Localization
- Layout Model Control Graph
- AnchorablePaneDropTarget
- AnchorablePaneTabPanel
- ContextMenuEx
- DocumentPaneDropTarget
- DocumentPaneTabPanel
- DockingManager
- DockingManagerDropTarget
- DragService
- DropDownButton
- DropDownControlArea
- DropTarget<T>
- LayoutAnchorableControl
- LayoutAnchorableFloatingWindowControl
- LayoutAnchorControl
- LayoutAnchorGroupControl
- LayoutAnchorablePaneControl
- LayoutAnchorablePaneGroupControl
- LayoutAnchorableTabItem
- LayoutAutoHideWindowControl
- AnchorablePaneTitle
- LayoutAnchorSideControl
- LayoutDocumentControl
- LayoutDocumentFloatingWindowControl
- LayoutDocumentPaneControl
- LayoutDocumentPaneGroupControl
- LayoutDocumentTabItem
- LayoutFloatingWindowControl
- LayoutGridControl<T>
- LayoutGridResizerControl
- LayoutItem
- LayoutAnchorableItem
- LayoutDocumentItem
- LayoutPanelControl
- MenuItemEx
- NavigatorWindow
- OverlayWindow
- TabControlEx
- LayoutAnchorable
- LayoutAnchorableFloatingWindow
- LayoutAnchorGroup
- LayoutAnchorablePane
- LayoutAnchorablePaneGroup
- LayoutAnchorSide
- LayoutContent
- LayoutDocument
- LayoutDocumentFloatingWindow
- LayoutDocumentPane
- LayoutDocumentPaneGroup
- LayoutElement
- LayoutFloatingWindow
- LayoutGroup
- LayoutGroupBase
- LayoutPanel
- LayoutPositionableGroup
- LayoutRoot
- IDropTarget
- ILayoutAnchorablePane
- ILayoutContainer
- ILayoutControl
- ILayoutContentSelector
- ILayoutDocumentPane
- ILayoutElement
- ILayoutElementForFloatingWindow
- ILayoutElementWithVisibility
- ILayoutGroup
- ILayoutPane
- ILayoutPanelElement
- ILayoutPaneSerializable
- ILayoutPositionableElement
- ILayoutPositionableElementWithActualSize
- ILayoutPreviousContainer
- ILayoutOrientableGroup
- ILayoutRoot
- IOverlayWindow
- IOverlayWindowArea
- IOverlayWindowDropTarget
- IOverlayWindowHost
- DropTarget
- ILayoutItem (Interface Design)
- LayoutElement
- LayoutGridControl
- LayoutItem (Class Design)
- TabContolEx (Class Design)
- Window