Share via


IVCWizCtlUI.Finish(Object, Object) Method

Definition

Called when the user clicks the OK or Cancel button in the wizard HTML to indicate that the user is finished with the wizard.

public:
 void Finish(System::Object ^ pdispDocument, System::Object ^ var);
public:
 void Finish(Platform::Object ^ pdispDocument, Platform::Object ^ var);
void Finish(winrt::Windows::Foundation::IInspectable const & pdispDocument, winrt::Windows::Foundation::IInspectable const & var);
[System.Runtime.InteropServices.DispId(1610743812)]
public void Finish (object pdispDocument, object var);
[<System.Runtime.InteropServices.DispId(1610743812)>]
abstract member Finish : obj * obj -> unit
Public Sub Finish (pdispDocument As Object, var As Object)

Parameters

pdispDocument
Object

Required. A pointer to the Document.

var
Object

Required. The page name.

Attributes

Applies to