'Declaration Protected Sub ApplyStyleTo( _ ByVal tc As TableCell, _ ByVal style As Appearance, _ ByVal margin As Inset, _ ByVal upperLevel As Boolean _ )
'Usage Dim instance As BaseRenderer Dim tc As TableCell Dim style As Appearance Dim margin As Inset Dim upperLevel As Boolean instance.ApplyStyleTo(tc, style, margin, upperLevel)
protected void ApplyStyleTo( TableCell tc, Appearance style, Inset margin, bool upperLevel )
Parameters
- tc
- Table cell of the renderer control
- style
- Appearance settings for the renderer control
- margin
- Margin settings for the renderer control
- upperLevel
- Whether to display in an up-level browser