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