Click or drag to resize

BoolFlags31AreFlagsSet Method

Are all the provided flags set to true.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool AreFlagsSet(
	int flags
)

Parameters

flags
Type: SystemInt32
Flags to test.

Return Value

Type: Boolean
True if all flags are set; otherwise false.
See Also