FormBuildTabControl.hideIfEmpty 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
hideIfEmpty(Boolean) | |
hideIfEmpty() |
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
Returns
Applies to
hideIfEmpty()
public:
virtual bool hideIfEmpty();
public virtual bool hideIfEmpty ();
abstract member hideIfEmpty : unit -> bool
override this.hideIfEmpty : unit -> bool
Public Overridable Function hideIfEmpty () As Boolean