CommandBarControl.DescriptionText Property

Definition

Returns or sets the description for a command bar control.

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

Property Value

Remarks

This property is used for Balloon Help on the Macintosh.

The description is not displayed to the user, but it can be useful for documenting the behavior of the control for other developers.

Applies to