Click or drag to resize

KryptonPageAreFlagsSet Method

Are all the provided flags set to true.

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 bool AreFlagsSet(
	KryptonPageFlags flags
)

Parameters

flags
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageFlags
Flags to test.

Return Value

Type: Boolean
True if all provided flags are defined as true; otherwise false.
See Also