←Select platform

HasVisibleFloater Property

Summary

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

Syntax
C#
VB
C++
public bool HasVisibleFloater { get; } 
Public ReadOnly Property HasVisibleFloater() As Boolean 
   Get 
public:  
   property bool HasVisibleFloater 
   { 
      bool get() 
   } 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

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