True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1DataColumn Class / ButtonPictureBackColor Property

In This Topic
    ButtonPictureBackColor Property (C1DataColumn)
    In This Topic
    Gets or sets the background color used for the image shown in a drop-down button in a column.

    Default is System.Drawing.Color.Transparent.

    Syntax
    'Declaration
     
    Public Property ButtonPictureBackColor As System.Drawing.Color
    public System.Drawing.Color ButtonPictureBackColor {get; set;}
    Remarks
    This only has an effect when ButtonPicture is not null.
    See Also