Checks whether a type is a valid child of this C1TextElement.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.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.