ComponentOne FlexReport for WinForms
ReadColor Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Legacy Namespace > Utils Class : ReadColor Method
Syntax
'Declaration
 
Public Shared Function ReadColor( _
   ByVal node As XmlNodeWrapperBase, _
   ByVal name As System.String, _
   ByVal defValue As System.Drawing.Color _
) As System.Drawing.Color
public static System.Drawing.Color ReadColor( 
   XmlNodeWrapperBase node,
   System.string name,
   System.Drawing.Color defValue
)

Parameters

node
name
defValue
See Also

Reference

Utils Class
Utils Members