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

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public virtual bool IsValidChild(
	Type type
)
Visual Basic
Public Overridable Function IsValidChild ( _
	type As Type _
) As Boolean

Parameters

type
Type: System..::..Type
The type to check.

Return Value

Whether a type is a valid child of this C1TextElement.

See Also