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