VCWizCtl Interface
Visual Studio 2005
Contains properties and methods used to programmatically manipulate custom wizards created for Visual C++ projects. Refer to IVCWizCtlUI for documentation.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in microsoft.visualstudio.vswizard.dll)
Assembly: Microsoft.VisualStudio.VsWizard (in microsoft.visualstudio.vswizard.dll)
[GuidAttribute("D4D285CE-2447-11D7-8BF6-00B0D03DAA06")] public interface VCWizCtl : IVCWizCtlUI
/** @attribute GuidAttribute("D4D285CE-2447-11D7-8BF6-00B0D03DAA06") */
public interface VCWizCtl extends IVCWizCtlUI
GuidAttribute("D4D285CE-2447-11D7-8BF6-00B0D03DAA06") public interface VCWizCtl extends IVCWizCtlUI
VCWizCtl contains properties and methods used to programmatically manipulate Visual C++ wizard controls within the Visual C++ wizard architecture. You can call these properties and methods by using JScript or VBScript. The JScript files and HTML files are the necessary parts of a custom wizard project.
However, the VCWizCtl object is not designed to be called from high-end programming languages such as Visual Basic, Visual C#, and Visual C++.
Note |
|---|
| To access the VCWizCtl object from script, use wizard. To access the VCWizCtl object from HTML, use window.external. |
Note