LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Visible Property (WebThumbnailViewer)

Show in webframe





Overrides the 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 WebThumbnailViewer
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible

            

            
[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

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
WebThumbnailViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.