FormGroupControl.visible Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
visible() |
Gets or sets a Boolean data type that displays or hides a form group control. |
visible(Boolean) |
visible()
Gets or sets a Boolean data type that displays or hides a form group control.
public:
override bool visible();
public override bool visible ();
override this.visible : unit -> bool
Public Overrides Function visible () As Boolean
Returns
true if the form group control is displayed; otherwise, false.
Applies to
visible(Boolean)
public:
override bool visible(bool _value);
public override bool visible (bool _value);
override this.visible : bool -> bool
Public Overrides Function visible (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
A Boolean value that displays or hides a form group control; optional.