VCWizCtlClass.ResourceHelper 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 VCResourceHelper
object.
public:
virtual property System::Object ^ ResourceHelper { System::Object ^ get(); };
public:
virtual property Platform::Object ^ ResourceHelper { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743869)]
public virtual object ResourceHelper { [System.Runtime.InteropServices.DispId(1610743869)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(1610743869)>]
[<get: System.Runtime.InteropServices.DispId(1610743869)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.ResourceHelper : obj
Public Overridable ReadOnly Property ResourceHelper As Object
Property Value
A VCResourceHelper
object.
Implements
- Attributes
Remarks
You can use the VCResourceHelper
to open the resource editor, manipulate properties, add resources, and close the resource editor programmatically.
The VCResourceHelper
object is a type in the Visual C++ Resource Manager library.