ResourcePath Property
The full path to the specified resource.
Syntax
[VB.NET] Public Property ResourcePath As String
[C#] public string ResourcePath {get; set;}
Remarks
This property holds the full path to the specified resource. This is populated when ResourceIndex is set.
ResourceId or ResourcePath may be set to specify the resource before calling any of the following methods. If both are specified ResourceId takes precedence.
This property is not available at design time.
Default Value
""