IDockingElementPropogatePageState Method |
Propogates a page request down the hierarchy of docking elements.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxKryptonPage PropogatePageState(
DockingPropogatePageState state,
string uniqueName
)
Parameters
- state DockingPropogatePageState
- Request that should result in a page reference if found.
- uniqueName String
- Unique name of the page the request relates to.
Return Value
KryptonPageReference to page that matches the request; otherwise null.
See Also