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 public bool AreFlagsSet(
int flags
)
Parameters
- flags
- Type: SystemInt32
Flags to test.
Return Value
Type:
BooleanTrue if all flags are set; otherwise false.
See Also