[]
Gets or sets whether to show the item tooltip.
public bool ShowItemTip { get; set; }
Public Property ShowItemTip As Boolean
Type | Description |
---|---|
bool | true to show the tooltip when the mouse is over an item;
otherwise, false. |
When the mouse is over an item in the drop-down list, a tooltip is shown if this property is true.