| HotspotChildHotspotsResources Property |
Gets or sets the value of the Guid that can be used to load a child HotImage in the hierarchy from the resources. It is the same Guid as that in the child HotImage.HotspotsResources.
Is set by the designer when a Child Hotimage is added to a hotspot
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public string ChildHotspotsResources { get; set; }
Public Property ChildHotspotsResources As String
Get
Set
Dim instance As Hotspot
Dim value As String
value = instance.ChildHotspotsResources
instance.ChildHotspotsResources = value
public:
property String^ ChildHotspotsResources {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also