Share via


CommandBarControl.DescriptionText Property

Returns or sets the description for a command bar control.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property DescriptionText As String
    Get
    Set
'Usage
Dim instance As CommandBarControl
Dim value As String

value = instance.DescriptionText

instance.DescriptionText = value
string DescriptionText { get; set; }

Property Value

Type: System.String

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.

See Also

Reference

CommandBarControl Interface

CommandBarControl Members

Microsoft.Office.Core Namespace