Show / Hide Table of Contents

Property elm.State


Overload

Gets UI element state (flags).

public EState State { get; }
Property Value
EState

0 if failed. Supports lastError.

Examples

if(e.State.Has(EState.INVISIBLE)) print.it("has state INVISIBLE");
if(e.IsInvisible) print.it("invisible");