CommandBarPopup.DescriptionText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Implements
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.