Microsoft SDK for Java

CommandStateChange

This method of the DWebBrowserEvents2 interface notifies an application that the enabled state of a WebBrowser command has changed.

Syntax

public void CommandStateChange(int Command, boolean Enable);

Parameters

Command [in] The identifier of the command whose enabled state has changed.
Enable [in] The enabled state. This parameter is TRUE if the command is enabled, or FALSE if it is disabled.

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