Partager via


_CommandBarButton.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 _CommandBarButton
Dim value As String

value = instance.DescriptionText

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

Property Value

Type: System.String

Implements

CommandBarControl.DescriptionText

Remarks

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

This property is used for Balloon Help on the Macintosh.

See Also

Reference

_CommandBarButton Interface

_CommandBarButton Members

DescriptionText Overload

Microsoft.Office.Core Namespace