| ChildHotimageFormCloseMeAndParentsFast Method |
Closes all the parent HotImages in the hierarchy except the origionating HotImage. Animation takes place between the lowest child HotImage form where the method is called and the origionating form only. All other forms with HotImages are closed without animation. This is a faster way to close all the parents.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public void CloseMeAndParentsFast()
Public Sub CloseMeAndParentsFast
Dim instance As ChildHotimageForm
instance.CloseMeAndParentsFast()
public:
void CloseMeAndParentsFast()
See Also