'宣言 Public Function ReadColor( _ ByVal node As XmlNodeWrapperBase, _ ByVal name As System.String, _ ByVal defValue As System.Drawing.Color _ ) As System.Drawing.Color
'使用法 Dim instance As Utils Dim node As XmlNodeWrapperBase Dim name As System.String Dim defValue As System.Drawing.Color Dim value As System.Drawing.Color value = instance.ReadColor(node, name, defValue)
パラメータ
- node
- name
- defValue