C# Class ComponentFactory.Krypton.Toolkit.BoolFlags31

Manages a collection of 31 boolean flags.
Afficher le fichier Open project: Cocotteseb/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
AreFlagsSet ( int flags ) : bool

Are all the provided flags set to true.

ClearFlags ( int flags ) : int

Clear all the provided flags to false.

SetFlags ( int flags ) : int

Set all the provided flags to true.

Method Details

AreFlagsSet() public méthode

Are all the provided flags set to true.
public AreFlagsSet ( int flags ) : bool
flags int Flags to test.
Résultat bool

ClearFlags() public méthode

Clear all the provided flags to false.
public ClearFlags ( int flags ) : int
flags int Flags to clear.
Résultat int

SetFlags() public méthode

Set all the provided flags to true.
public SetFlags ( int flags ) : int
flags int Flags to set.
Résultat int