'Declaration
Public Overridable Function CanRender( _ ByVal element As INThemableElement _ ) As System.Boolean
'Usage
Dim instance As NUIRendererBase Dim element As INThemableElement Dim value As System.Boolean value = instance.CanRender(element)
public virtual System.bool CanRender( INThemableElement element )
Parameters
- element