hasVisibleFloater Property

Summary

Gets a value that determine of this item has a floater that is available as well as visible.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerItem.prototype, 'hasVisibleFloater', 
	get: function() 
) 
hasVisibleFloater: boolean; // read-only 

Property Value

true if this item has a floater that is available as well as visible, otherwise; false.

Remarks

Use this property to quickly determine if this item has a visible floater. It is a shortcut to Floater not being null and FloaterOpacity not bring 0.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.