Share via


FormGroupControl.expand Method

Definition

Overloads

expand()

Specifies whether a form group control is expanded.

expand(Boolean)

expand()

Specifies whether a form group control is expanded.

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

Returns

true if a form group control is expanded; otherwise, false.

Applies to

expand(Boolean)

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

Parameters

_expand
Boolean

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

Returns

Applies to