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 |
---|---|
|
C# | |
---|---|
[DescriptionAttribute("Indicating whether to paint the floater image")] [CategoryAttribute("Floater and Region")] public virtual bool FloaterVisible {get; set;} |
Managed Extensions for C++ | |
---|---|
[DescriptionAttribute("Indicating whether to paint the floater image")] [CategoryAttribute("Floater and Region")] public: __property virtual bool get_FloaterVisible(); public: __property virtual void set_FloaterVisible( bool value ); |
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 FloaterImage if available; otherwise, false.For an example, refer to FloaterPosition.
The FloaterImage is painted at the position specified by FloaterPosition.
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