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!

MarshalByRefComponent.GetDesignMode

Determines whether the component is currently in design mode.

[Visual Basic]
Overridable Public Function GetDesignMode() As Boolean
[C#]
public virtual bool GetDesignMode();
[C++]
public: virtual bool GetDesignMode();
[JScript]
public function GetDesignMode() : Boolean;

Return Value

Returns true if the component is in design mode; otherwise, returns false. (If the component does not have a site, this method always returns false.)

See Also

MarshalByRefComponent Class | MarshalByRefComponent Members | System.ComponentModel Namespace