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