Gets state.
Namespace:
Greatis.FormDesignerAssembly: 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(); |