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!

ISite.GetDesignMode

When implemented by a class, determines whether the component is in design mode.

[Visual Basic]
Function GetDesignMode() As Boolean
[C#]
bool GetDesignMode();
[C++]
bool GetDesignMode() = 0;
[JScript]
function GetDesignMode() : Boolean;

Return Value

true if the component is in design mode; otherwise, false.

See Also

ISite Interface | ISite Members | System.ComponentModel Namespace