True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / CellTipsWidth Property

In This Topic
    CellTipsWidth Property (C1TrueDBGrid)
    In This Topic
    Gets or sets the width of the cell tip window.
    Syntax
    'Declaration
     
    Public Property CellTipsWidth As System.Integer
    public System.int CellTipsWidth {get; set;}
    Remarks

    The CellTipsWidth property returns or sets the width of the cell tip window in pixels.

    By default, this property is set to zero, which causes the cell tip window to grow or shrink to accommodate the cell tip text. Override this behavior and give the cell tip window a fixed width by specifying a non-zero value for this property.

    See Also