Table of Contents

Class CheckStateExtensions

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Extension methods for the CheckState enum type.

public static class CheckStateExtensions
Inheritance
CheckStateExtensions
Inherited Members

Methods

AsInt32(CheckState)

Directly converts this CheckState value to an int value with the same binary representation.

AsUInt32(CheckState)

Directly converts this CheckState value to a uint value with the same binary representation.

FastIsDefined(CheckState, int)

Determines if the specified int value is explicitly defined as a named value of the CheckState enum type.