ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Util.Toolbox Namespace / LegacyItem Class / FilterPropertyValue Method

In This Topic
    FilterPropertyValue Method (LegacyItem)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function FilterPropertyValue( _
       ByVal propertyName As System.String, _
       ByVal value As System.Object _
    ) As System.Object
    protected virtual System.object FilterPropertyValue( 
       System.string propertyName,
       System.object value
    )

    Parameters

    propertyName
    value
    See Also