Click or drag to resize

KryptonPageClearFlags Method

Sets all the provided flags to false.

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#
public virtual void ClearFlags(
	KryptonPageFlags flags
)

Parameters

flags
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageFlags
Flags to set.
See Also