KryptonDockingDockspace Class |
Namespace: Internal.ComponentFactory.Krypton.Docking
public class KryptonDockingDockspace : KryptonDockingSpace
The KryptonDockingDockspace type exposes the following members.
Name | Description | |
---|---|---|
![]() | KryptonDockingDockspace |
Initialize a new instance of the KryptonDockingDockspace class.
|
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
![]() | ClearStoreAction |
Gets the proprogate action used to clear a store page for this implementation.
(Overrides KryptonDockingSpaceClearStoreAction.) |
![]() | Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() | Count |
Gets the number of child docking elements.
(Inherited from DockingElementClosedCollection.) |
![]() | DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
![]() | DockingManager |
Finds the KryptonDockingManager instance that owns this part of the docking hieararchy.
(Inherited from DockingElement.) |
![]() | DockspaceControl |
Gets the control this element is managing.
|
![]() | EdgeAutoHiddenElement |
Gets the sibling auto hidden edge.
|
![]() | Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
![]() | HasDockManager |
Returns a value indicating if this docking element has access to a parent docking manager.
(Inherited from DockingElement.) |
![]() | IgnoreStorePage |
Gets and sets reference to store page to be ignored during action.
(Inherited from KryptonDockingSpace.) |
![]() | ItemInt32 |
Gets the docking element at the specified index.
(Inherited from DockingElementClosedCollection.) |
![]() | ItemString |
Gets the docking element with the specified name.
(Inherited from DockingElementClosedCollection.) |
![]() | LoadSize |
Gets and sets the size of the control found during loading.
(Inherited from KryptonDockingSpace.) |
![]() | Name |
Gets and sets the name of the docking element.
(Inherited from DockingElement.) |
![]() | Order |
Gets and sets the ordering of the associated control used during loading.
(Inherited from KryptonDockingSpace.) |
![]() | Parent |
Gets and sets access to the parent docking element.
(Inherited from KryptonDockingSpace.) |
![]() | Path |
Gets a comma separated list of names leading to this element.
(Inherited from DockingElement.) |
![]() | Site | (Inherited from Component.) |
![]() | SpaceControl |
Gets and sets (just once) the KryptonSpace derived class being managed.
(Inherited from KryptonDockingSpace.) |
![]() | VisiblePages |
Gets the number of visible pages.
(Inherited from KryptonDockingSpace.) |
![]() | XmlElementName |
Gets the xml element name to use when saving.
(Overrides DockingElementXmlElementName.) |
Name | Description | |
---|---|---|
![]() | Append(KryptonPage) |
Add a KryptonPage to the currently active cell or create a new cell is no cell is currently active.
(Inherited from KryptonDockingSpace.) |
![]() | Append(KryptonPage) |
Add a KryptonPage array to the currently active cell or create a new cell is no cell is currently active.
(Inherited from KryptonDockingSpace.) |
![]() | CellAppend(KryptonWorkspaceCell, KryptonPage) |
Add a KryptonPage into an existing cell.
(Inherited from KryptonDockingSpace.) |
![]() | CellAppend(KryptonWorkspaceCell, KryptonPage) |
Add a KryptonPage array into an existing cell.
(Inherited from KryptonDockingSpace.) |
![]() | CellForPage |
Return the workspace cell that contains the named page.
(Inherited from KryptonDockingSpace.) |
![]() | CellInsert(KryptonWorkspaceCell, Int32, KryptonPage) |
Add a KryptonPage array into an existing cell starting at the provided index.
(Inherited from KryptonDockingSpace.) |
![]() | CellInsert(KryptonWorkspaceCell, Int32, KryptonPage) |
Add a KryptonPage array into an existing cell starting at the provided index.
(Inherited from KryptonDockingSpace.) |
![]() | CellVisiblePages |
Return an array of the visible pages that are inside the cell that contains the provided unique name.
(Inherited from KryptonDockingSpace.) |
![]() | Contains |
Determines whether the collection contains the docking element.
(Inherited from DockingElementClosedCollection.) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | DemandDockingManager |
Checks that this element has access to a docking manager, throwing exception if not.
(Inherited from DockingElement.) |
![]() | DemandPagesNotBePresent |
Checks that the provided set of pages are not already present in the docking hierarchy.
(Inherited from DockingElement.) |
![]() | Dispose | Releases all resources used by the Component. (Inherited from Component.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from Component.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
![]() | FindDockingEdgeAutoHidden |
Find a edge auto hidden element by searching the hierarchy.
(Inherited from DockingElement.) |
![]() | FindDockingEdgeDocked |
Find a edge docked element by searching the hierarchy.
(Inherited from DockingElement.) |
![]() | FindDockingFloating |
Find a floating docking element by searching the hierarchy.
(Inherited from DockingElement.) |
![]() | FindDockingNavigator |
Find a navigator element by searching the hierarchy.
(Inherited from DockingElement.) |
![]() | FindDockingWorkspace |
Find a workspace element by searching the hierarchy.
(Inherited from DockingElement.) |
![]() | FindPageElement |
Find the docking element that contains the named page.
(Overrides DockingElementFindPageElement(String).) |
![]() | FindPageLocation |
Find the docking location of the named page.
(Overrides DockingElementFindPageLocation(String).) |
![]() | FindStorePageElement |
Find the docking element that contains the location specific store page for the named page.
(Overrides DockingElementFindStorePageElement(DockingLocation, String).) |
![]() | GetEnumerator |
Shallow enumerate over child docking elements.
(Inherited from DockingElementClosedCollection.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetParentType |
Search up the parent chain looking for the specified type of object.
(Inherited from DockingElement.) |
![]() | GetService | (Inherited from Component.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | InternalAdd |
Append a docking element to the collection.
(Inherited from DockingElementClosedCollection.) |
![]() | InternalClear |
Remove all docking elements from the collection.
(Inherited from DockingElementClosedCollection.) |
![]() | InternalInsert |
Insert a docking element to the collection.
(Inherited from DockingElementClosedCollection.) |
![]() | InternalRemove |
Removes first occurance of specified docking element.
(Inherited from DockingElementClosedCollection.) |
![]() | LoadChildDockingElement |
Perform docking element specific actions for loading a child xml.
(Inherited from DockingElement.) |
![]() | LoadDockingElement |
Perform docking element specific actions based on the loading xml.
(Inherited from KryptonDockingSpace.) |
![]() | LoadElementFromXml |
Loads docking configuration information using a provider xml reader.
(Overrides KryptonDockingSpaceLoadElementFromXml(XmlReader, KryptonPageCollection).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | OnHasNoVisibleCells |
Raises the HasNoVisibleCells event.
|
![]() | OnHasVisibleCells |
Raises the HasVisibleCells event.
|
![]() | OnSpaceCellPageInserting |
Occurs when a page is added to a cell in the workspace.
(Inherited from KryptonDockingSpace.) |
![]() | PropogateAction(DockingPropogateAction, Int32) |
Propogates an action request down the hierarchy of docking elements.
(Overrides DockingElementPropogateAction(DockingPropogateAction, Int32).) |
![]() | PropogateAction(DockingPropogateAction, KryptonPage) |
Propogates an action request down the hierarchy of docking elements.
(Inherited from KryptonDockingSpace.) |
![]() | PropogateAction(DockingPropogateAction, String) |
Propogates an action request down the hierarchy of docking elements.
(Inherited from KryptonDockingSpace.) |
![]() | PropogateBoolState |
Propogates a boolean state request down the hierarchy of docking elements.
(Inherited from KryptonDockingSpace.) |
![]() | PropogateCellList |
Propogates a workspace cell list request down the hierarchy of docking elements.
(Inherited from KryptonDockingSpace.) |
![]() | PropogateDragTargets |
Propogates a request for drag targets down the hierarchy of docking elements.
(Overrides DockingElementPropogateDragTargets(KryptonFloatingWindow, PageDragEndData, DragTargetList).) |
![]() | PropogateIntState |
Propogates an integer state request down the hierarchy of docking elements.
(Overrides DockingElementPropogateIntState(DockingPropogateIntState, Int32).) |
![]() | PropogatePageList |
Propogates a page list request down the hierarchy of docking elements.
(Inherited from KryptonDockingSpace.) |
![]() | PropogatePageState |
Propogates a page request down the hierarchy of docking elements.
(Inherited from KryptonDockingSpace.) |
![]() | RaiseCellAdding |
Raises the type specific cell adding event determinated by the derived class.
(Overrides KryptonDockingSpaceRaiseCellAdding(KryptonWorkspaceCell).) |
![]() | RaiseCellRemoved |
Raises the type specific cell removed event determinated by the derived class.
(Overrides KryptonDockingSpaceRaiseCellRemoved(KryptonWorkspaceCell).) |
![]() | RaiseRemoved |
Raises the type specific space control removed event determinated by the derived class.
(Overrides KryptonDockingSpaceRaiseRemoved.) |
![]() | RaiseSpacePageDrop |
Occurs when a page is dropped on the control.
(Overrides KryptonDockingSpaceRaiseSpacePageDrop(Object, PageDropEventArgs).) |
![]() | ResolvePath |
Resolve the provided path.
(Inherited from DockingElement.) |
![]() | SaveElementToXml |
Saves docking configuration information using a provider xml writer.
(Overrides KryptonDockingSpaceSaveElementToXml(XmlWriter).) |
![]() | SelectPage |
Ensure the provided page is selected within the cell that contains it.
(Inherited from KryptonDockingSpace.) |
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
![]() | UpdateStrings |
Update the strings from the docking manager.
(Inherited from KryptonDockingSpace.) |
Name | Description | |
---|---|---|
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
![]() | HasNoVisibleCells |
Occurs when the dockspace changes to no longer have any visible cells.
|
![]() | HasVisibleCells |
Occurs when the dockspace changes to have one or more visible cells.
|
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |