'DeclarationPublic ReadOnly Property IsSystemColor As System.Boolean
'UsageDim instance As Color Dim value As System.Boolean value = instance.IsSystemColor
public System.bool IsSystemColor {get;}
public read-only property IsSystemColor: System.Boolean; 
            public function get IsSystemColor : System.boolean
            public: __property System.bool get_IsSystemColor();
public: property System.bool IsSystemColor { System.bool get(); }