| ChildHotimageFormbtnCloseAll Field |
Button that appears on the child forms that will close all the forms in the hierarchy excpet the top most parent Hotimage form.
It is made public so that the text, 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 Button btnCloseAll
Public btnCloseAll As Button
Dim instance As ChildHotimageForm
Dim value As Button
value = instance.btnCloseAll
instance.btnCloseAll = value
public:
Button^ btnCloseAll
Field Value
Type:
ButtonSee Also