VCWizCtlClass.ResourceHelper Property

Definition

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] get; }
[<System.Runtime.InteropServices.DispId(1610743869)>]
[<get: System.Runtime.InteropServices.DispId(1610743869)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
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.

Applies to