Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FloaterVisible Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : FloaterVisible Property



Gets or sets a value indicating whether to paint the RasterImageViewer.FloaterImage

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Indicating whether to paint the floater image")>
<CategoryAttribute("Floater and Region")>
Public Overridable Property FloaterVisible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.FloaterVisible = value
 
value = instance.FloaterVisible
C# 
[DescriptionAttribute("Indicating whether to paint the floater image")]
[CategoryAttribute("Floater and Region")]
public virtual bool FloaterVisible {get; set;}
C++/CLI 
[DescriptionAttribute("Indicating whether to paint the floater image")]
[CategoryAttribute("Floater and Region")]
public:
virtual property bool FloaterVisible {
   bool get();
   void set (bool value);
}

Return Value

true if this RasterImageViewer should paint the RasterImageViewer.FloaterImage if available; otherwise, false.

Example

For an example, refer to FloaterPosition.

Remarks

The RasterImageViewer.FloaterImage is painted at the position specified by FloaterPosition.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also