KryptonDockingManagerIsPageShowing(KryptonPage) Method |
Determines if the provided page is present and showing.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool IsPageShowing(
KryptonPage page
)
Parameters
- page KryptonPage
- Reference to page.
Return Value
BooleanTrue if the page is present and showing; otherwise false.
See Also