Share via


FormControl.visible Method

Definition

Overloads

visible()

Sets or returns a value that indicates whether the control is visible.

visible(Boolean)

visible()

Sets or returns a value that indicates whether the control is visible.

public:
 virtual bool visible();
public virtual bool visible ();
abstract member visible : unit -> bool
override this.visible : unit -> bool
Public Overridable Function visible () As Boolean

Returns

true if the control is visible; otherwise, false.

Applies to

visible(Boolean)

public:
 virtual bool visible(bool _value);
public virtual bool visible (bool _value);
abstract member visible : bool -> bool
override this.visible : bool -> bool
Public Overridable Function visible (_value As Boolean) As Boolean

Parameters

_value
Boolean

The value to assign to the visibility setting for the control; optional.

Returns

Applies to