Share via


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

value = instance.DescriptionText

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

Property Value

Type: System.String

Implements

CommandBarControl.DescriptionText

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

_CommandBarComboBox Interface

_CommandBarComboBox Members

DescriptionText Overload

Microsoft.Office.Core Namespace