ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Util.Toolbox Namespace / ClassicItem Class / ValidatePropertyType Method

In This Topic
    ValidatePropertyType Method (ClassicItem)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub ValidatePropertyType( _
       ByVal propertyName As System.String, _
       ByVal value As System.Object, _
       ByVal expectedType As System.Type, _
       ByVal allowNull As System.Boolean _
    ) 
    protected void ValidatePropertyType( 
       System.string propertyName,
       System.object value,
       System.Type expectedType,
       System.bool allowNull
    )

    Parameters

    propertyName
    value
    expectedType
    allowNull
    See Also