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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected override void SetVisibleCore(
	bool value
)

Parameters

value
Type: SystemBoolean
true to make the control visible; otherwise, false.
See Also