[]
Gets or set whether to show overflow tooltip.
public bool ShowOverflowTip { get; set; }
Public Property ShowOverflowTip As Boolean
Type | Description |
---|---|
bool | true means to show overflow tooltip when mouse hover on control that text is overflow;
otherwise, false. |