'Declaration Public Function RenderBlock( _ ByVal ro As RenderObject _ ) As Boolean
public bool RenderBlock( RenderObject ro )
Parameters
- ro
- The RenderObject to add to the block flow.
Return Value
true if no warnings were generated by this call, false otherwise.