LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

Visible Property (WebImageViewer)






Overrides Control.Visible property.
Syntax
[BrowsableAttribute(false)]
public override bool Visible {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
Public Overrides Property Visible As Boolean
'Usage
 
Dim instance As WebImageViewer
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
[BrowsableAttribute(false)]
public override bool Visible {get; set;}
BrowsableAttribute()
 get_Visible();
set_Visible(value);
[BrowsableAttribute(false)]
public:
property bool Visible {
   bool get() override;
   void set (    bool value) override;
}

Property Value

true if the control is visible on the page; otherwise false.
Remarks
For more information refer to Control.Visible property.
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

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

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