Visible Property

Gets or sets whether the control, object or form is visible or hidden.

object.Visible = [boolean]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.

Client support

Newlook Smartclient

Newlook Server

Use

This property is useful when you want to dynamically display or hide specific controls on the form.

When used with the form object, this property is read-only.

Settings

The Visible settings for all controls are :

Setting

Description

True

(Default) This control is visible.

False

This control is hidden.

See Also

Enabled property

Applies To

Cell object (Datagrid control)

Check box control

Column object (Datagrid control)

Combo box control

Command button control

Data control

DataGrid control

Date combo box control

Form object

Frame control

FunctionKey object

GoogleBarChart control

GoogleMap control

GooglePieChart control

HTML control

IFrame control

Label control

Listbox control

ListView control

Menu button control

Navigation Group object

NumericCombo control

Option button control

Panel control

PictureBox control

ProgressBar control

Row object

ScrollBar control (control deprecated in version 10.5)

SmartNav control

Tab control

TabPage object

Text box control

TrackBar control

TreeView control

UpDown control


© 2004-2021 looksoftware. All rights reserved.