XPTable.Models.Cell.GetState C# (CSharp) Méthode

GetState() private méthode

Returns the state represented by the specified state flag
private GetState ( int flag ) : bool
flag int A flag that represents the state to return
Résultat bool
        internal bool GetState(int flag)
        {
            return ((this.state & flag) != 0);
        }