Description Property

Specifies the description for a choice that appears in the user interface.

Syntax

object.Description [= cString]

Parameters

object

DTC object

cString

The text to display to the user if the choice is presented in the user interface.

Remarks

This property is displayed by the design-time control when the user clicks the drop-down list in a text box bound to a ChoiceSink. Choice objects that are used internally and are not intended to be visible to the user can leave this property blank.

Applies to   Choice object