IVCWizCtlUI.Load(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.
Initializes the specified document.
public:
void Load(System::Object ^ pdispDocument);
public:
void Load(Platform::Object ^ pdispDocument);
void Load(winrt::Windows::Foundation::IInspectable const & pdispDocument);
[System.Runtime.InteropServices.DispId(1610743810)]
public void Load (object pdispDocument);
[<System.Runtime.InteropServices.DispId(1610743810)>]
abstract member Load : obj -> unit
Public Sub Load (pdispDocument As Object)
Parameters
- pdispDocument
- Object
Required. A pointer to the Document.
- Attributes
Remarks
Call ShowWiz to display the wizard's UI.