AxHost.Flags.PREVENT_EDIT_MODE

Overview | Fields | This Package | All Packages

AxHost.Flags.PREVENT_EDIT_MODE

Specifies that the context menu for the control should contain a Properties verb which can be used to display the property pages for the control.

Syntax

public static final int PREVENT_EDIT_MODE;

Remarks

Even if this flag is specified at control creation, the verb does not appear unless the control supports a set of property pages. Because most ActiveX controls already have a properties verb on the context menu, this flag is not used by default.