FormBuildFunctionButtonControl.caption Method

Definition

Overloads

caption()

Gets or set the caption of the control.

caption(String)

caption()

Gets or set the caption of the control.

public:
 virtual System::String ^ caption();
public virtual string caption ();
abstract member caption : unit -> string
override this.caption : unit -> string
Public Overridable Function caption () As String

Returns

The string that is used as the caption of the control.

Applies to

caption(String)

public:
 virtual System::String ^ caption(System::String ^ _value);
public virtual string caption (string _value);
abstract member caption : string -> string
override this.caption : string -> string
Public Overridable Function caption (_value As String) As String

Parameters

_value
String

Returns

Applies to