←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly