IBuilderWizardManager.EnableModeless(Int32) Method

Definition

Sets builder dialogs to modeless or modal.

public:
 int EnableModeless(int fEnable);
public:
 int EnableModeless(int fEnable);
int EnableModeless(int fEnable);
public int EnableModeless (int fEnable);
abstract member EnableModeless : int -> int
Public Function EnableModeless (fEnable As Integer) As Integer

Parameters

fEnable
Int32

[in] true to enable modeless dialogs; false otherwise.

Returns

Returns S_OK. This method does not fail.

Remarks

Builders returned by GetBuilder run as modal builders. The IBuilderWizardManager client is responsible for disabling the application prior to invoking the builder, and then re-enabling the application after the method returns. You can do this several ways:

Applies to