LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

FloaterVisible Property






Gets or sets a value indicating whether to paint the FloaterImage
Syntax
[DescriptionAttribute("Indicating whether to paint the floater image")]
[CategoryAttribute("Floater and Region")]
public virtual bool FloaterVisible {get; set;}
'Declaration
 
<DescriptionAttribute("Indicating whether to paint the floater image")>
<CategoryAttribute("Floater and Region")>
Public Overridable Property FloaterVisible As Boolean
'Usage
 
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.FloaterVisible = value
 
value = instance.FloaterVisible
[DescriptionAttribute("Indicating whether to paint the floater image")]
[CategoryAttribute("Floater and Region")]
public virtual bool FloaterVisible {get; set;}
DescriptionAttribute("Indicating whether to paint the floater image")
CategoryAttribute("Floater and Region")
 get_FloaterVisible();
set_FloaterVisible(value);
[DescriptionAttribute("Indicating whether to paint the floater image")]
[CategoryAttribute("Floater and Region")]
public:
virtual property bool FloaterVisible {
   bool get();
   void set (    bool value);
}

Property Value

true if this RasterImageViewer should paint the FloaterImage if available; otherwise, false.
Remarks
The FloaterImage is painted at the position specified by FloaterPosition.
Example
For an example, refer to FloaterPosition.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.