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!

AxHost.EditMode

Determines if the control is in edit mode.

[Visual Basic]
Overridable Public ReadOnly Property EditMode As Boolean
[C#]
public bool EditMode {virtual get;}
[C++]
public: __property virtual bool get_EditMode();
[JScript]
public function get EditMode() : Boolean;

See Also

AxHost Class | AxHost Members | System.WinForms Namespace