Share via


InfoPartGroup.showLabels Method

Definition

Overloads

showLabels()
showLabels(Boolean)

showLabels()

public:
 virtual bool showLabels();
public virtual bool showLabels ();
abstract member showLabels : unit -> bool
override this.showLabels : unit -> bool
Public Overridable Function showLabels () As Boolean

Returns

Applies to

showLabels(Boolean)

public:
 virtual bool showLabels(bool _value);
public virtual bool showLabels (bool _value);
abstract member showLabels : bool -> bool
override this.showLabels : bool -> bool
Public Overridable Function showLabels (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Applies to