Gets state.

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property State As ReaderState
C#
public ReaderState State { get; }
Visual C++
public:
virtual property ReaderState State {
	ReaderState get () sealed;
}
JavaScript
function get_state();

Implements

IReader..::.State

See Also