Share via


FormGroupControl.hideIfEmpty Method

Definition

Overloads

hideIfEmpty()

Sets or gets a Boolean value that indicates whether a form group control is visible when the controls in the group are not visible.

hideIfEmpty(Boolean)

hideIfEmpty()

Sets or gets a Boolean value that indicates whether a form group control is visible when the controls in the group are not visible.

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

Returns

true if the form group control is not visible; otherwise, false.

Applies to

hideIfEmpty(Boolean)

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

Parameters

_value
Boolean

A Boolean value that indicates whether a form group control is visible; optional.

Returns

Applies to