Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColorFilterItem Class / ColorFilterItem Constructor / ColorFilterItem Constructor(Boolean,Color)
A boolean value that specifies the filter based on the forecolor
A color value that specifies the color


In This Topic
    ColorFilterItem Constructor(Boolean,Color)
    In This Topic
    Creates a new ColorFilter instance with a customized setting.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal filterTextColor As Boolean, _
       ByVal color As Color _
    )
    'Usage
     
    
    Dim filterTextColor As Boolean
    Dim color As Color
     
    Dim instance As New ColorFilterItem(filterTextColor, color)
    public ColorFilterItem( 
       bool filterTextColor,
       Color color
    )

    Parameters

    filterTextColor
    A boolean value that specifies the filter based on the forecolor
    color
    A color value that specifies the color
    See Also