[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextElement.IsValidChild

IsValidChild Method

IsValidChild(Type)

Checks whether a type is a valid child of this C1TextElement.

Declaration
public virtual bool IsValidChild(Type type)
Public Overridable Function IsValidChild(type As Type) As Boolean
Parameters
Type Name Description
Type type

The type to check.

Returns
Type Description
bool

Whether a type is a valid child of this C1TextElement.