IVCWizCtlUI.Finish(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- var
- Object
Required. The page name.
- Attributes