←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly