Share via


FormBuildListControl.editLabels Method

Definition

Overloads

editLabels()
editLabels(Boolean)

editLabels()

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

Returns

Applies to

editLabels(Boolean)

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

Parameters

_value
Boolean

Returns

Applies to