Click or drag to resize

KryptonPageSetVisibleCore Method

Sets the control to the specified visible state.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected override void SetVisibleCore(
	bool value
)

Parameters

value  Boolean
true to make the control visible; otherwise, false.
See Also