←Select platform

HasVisibleFloater Property (ImageViewerItem)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.WinForms Assembly
Click or drag to resize