C1.Silverlight.RichTextBox.5
IsValidChild Method (C1TextElement)

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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.