[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1List.IsValidChild

IsValidChild Method

IsValidChild(Type)

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

Declaration
public override bool IsValidChild(Type type)
Public Overrides 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.

Overrides