FormGroupControl.expand 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
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.