Visible Property

Summary

Overrides the Control.Visible property.

Syntax
C#
VB
C++
public override bool Visible { get; set; } 
  
<BrowsableAttribute(False)> 
Public Overrides Property Visible As Boolean 
[BrowsableAttribute(false)] 
public: 
property bool Visible { 
   bool get() override; 
   void set (    bool ) 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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly