KryptonPageSetVisibleCore Method |
Sets the control to the specified visible state.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected override void SetVisibleCore(
bool value
)
Parameters
- value Boolean
- true to make the control visible; otherwise, false.
See Also