Click or drag to resize

ChildHotimageForm Fields

The ChildHotimageForm type exposes the following members.

Fields
  NameDescription
Public fieldbtnBack
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.
Public fieldbtnCloseAll
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.
Public fieldhiDisplay
This is th Hotimage that is used as the child Hotimage on the form.
Top
See Also