| HotBubbleEventArgsDisplayForm Property |
A reference to the form that hosts the HotImage. Can be used to close the form.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public ChildHotimageForm DisplayForm { get; set; }
Public Property DisplayForm As ChildHotimageForm
Get
Set
Dim instance As HotBubbleEventArgs
Dim value As ChildHotimageForm
value = instance.DisplayForm
instance.DisplayForm = value
public:
property ChildHotimageForm^ DisplayForm {
ChildHotimageForm^ get ();
void set (ChildHotimageForm^ value);
}
Property Value
Type:
ChildHotimageFormSee Also