C# 클래스 ComponentFactory.Krypton.Toolkit.BoolFlags31

Manages a collection of 31 boolean flags.
파일 보기 프로젝트 열기: Cocotteseb/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AreFlagsSet() 공개 메소드

Are all the provided flags set to true.
public AreFlagsSet ( int flags ) : bool
flags int Flags to test.
리턴 bool

ClearFlags() 공개 메소드

Clear all the provided flags to false.
public ClearFlags ( int flags ) : int
flags int Flags to clear.
리턴 int

SetFlags() 공개 메소드

Set all the provided flags to true.
public SetFlags ( int flags ) : int
flags int Flags to set.
리턴 int