IVCWizCtlUI.ActiveXControls Property
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.
Gets the ActiveX controls registered in the system.
public:
property System::Object ^ ActiveXControls { System::Object ^ get(); };
public:
property Platform::Object ^ ActiveXControls { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743868)]
public object ActiveXControls { [System.Runtime.InteropServices.DispId(1610743868)] get; }
[<System.Runtime.InteropServices.DispId(1610743868)>]
[<get: System.Runtime.InteropServices.DispId(1610743868)>]
member this.ActiveXControls : obj
Public ReadOnly Property ActiveXControls As Object
Property Value
The ActiveX controls registered in the system.
- Attributes