CommandBarControl.Caption Property

Definition

Returns or sets the caption text for a command bar control.

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
public string Caption { get; set; }
member this.Caption : string with get, set
Public Property Caption As String

Property Value

Remarks

A control's caption is also displayed as its default ScreenTip.

Applies to