NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FormatControl.GetFormatMode

The FOrmatControl uses edit mode if the control is being edited, display mode if it's pure display.

[Visual Basic]
Protected Function GetFormatMode() As FormatMode
[C#]
protected FormatMode GetFormatMode();
[C++]
protected: FormatMode GetFormatMode();
[JScript]
protected function GetFormatMode() : FormatMode;

See Also

FormatControl Class | FormatControl Members | System.WinForms Namespace