RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1BlockUIContainer Class / IsValidChild Method
The type to check.

In This Topic
    IsValidChild Method (C1BlockUIContainer)
    In This Topic
    Checks whether a type is a valid child of this C1TextElement.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsValidChild( _
       ByVal type As Type _
    ) As Boolean
    public virtual bool IsValidChild( 
       Type type
    )

    Parameters

    type
    The type to check.

    Return Value

    Whether a type is a valid child of this C1TextElement.
    See Also