IVCWizCtlUI.SetDefaults(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.
Sets the initial defaults for the wizard symbols.
public:
void SetDefaults(System::Object ^ pdispDocument);
public:
void SetDefaults(Platform::Object ^ pdispDocument);
void SetDefaults(winrt::Windows::Foundation::IInspectable const & pdispDocument);
[System.Runtime.InteropServices.DispId(1610743809)]
public void SetDefaults (object pdispDocument);
[<System.Runtime.InteropServices.DispId(1610743809)>]
abstract member SetDefaults : obj -> unit
Public Sub SetDefaults (pdispDocument As Object)
Parameters
- pdispDocument
- Object
Required. A pointer to the Document.
- Attributes