Share via


InfoPartGroup.showCaption Method

Definition

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

Returns

Applies to