ComponentOne RichTextBox for UWP
IsValidChild Method (C1TextElement)

C1.Xaml.RichTextBox.Documents Namespace > C1TextElement Class : IsValidChild Method
The type to check.
Checks whether a type is a valid child of this C1TextElement.
Syntax
'Declaration
 
Public Overridable Function IsValidChild( _
   ByVal type As System.Type _
) As System.Boolean
public virtual System.bool IsValidChild( 
   System.Type type
)

Parameters

type
The type to check.

Return Value

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

Reference

C1TextElement Class
C1TextElement Members