IsValidChild Method (C1InlineUIContainer)
Checks whether a type is a valid child of this
C1TextElement.
'Declaration
Public Overridable Function IsValidChild( _
ByVal As Type _
) As Boolean
public virtual bool IsValidChild(
Type
)
Parameters
- type
- The type to check.
Return Value
Whether a type is a valid child of this
C1TextElement.