reader state

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

Syntax

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

See Also