Microsoft SDK for Java

Component.getDesignMode

Determines whether the component is currently in design mode.

Syntax

public synchronized boolean getDesignMode()

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.)

© 1999 Microsoft Corporation. All rights reserved. Terms of use.