[]
Gets or sets whether to show the overflow tip.
[Browsable(true)]
public bool ShowOverflowTip { get; set; }
<Browsable(True)>
Public Property ShowOverflowTip As Boolean
Type | Description |
---|---|
bool | A bool value that indicates whether to show the overflow tip.
|
When the mouse is over an item in the drop-down list, a tooltip is shown if this property is true and the item text is longer than the column width.