'Declaration Public Shared Sub ApplyBorder( _ ByVal control As WebControl, _ ByVal border As Border _ )
'Usage Dim control As WebControl Dim border As Border Border.ApplyBorder(control, border)
public static void ApplyBorder( WebControl control, Border border )
Parameters
- control
- Control to which to apply the border
- border
- Border to apply