| ChildHotimageFormbtnBack Field |
Button that appears on the child form that will close the current form in the hierarchy but keep all the parent forms open.
It is made public so that the text and visible properties and event handler can be accessed and set in the primary hotimage form.
this is best acheived in the ChildBubbleLoad event of the primary Hotimage form.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax Public btnBack As Button
Dim instance As ChildHotimageForm
Dim value As Button
value = instance.btnBack
instance.btnBack = value
Field Value
Type:
ButtonSee Also