ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonItemCollectionBase Class / OnValidate Method

In This Topic
    OnValidate Method (RibbonItemCollectionBase)
    In This Topic
    Checks whather the type of the value argument is allowable for this item collection.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnValidate( _
       ByVal value As System.Object _
    ) 
    protected override void OnValidate( 
       System.object value
    )

    Parameters

    value
    See Also