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