Determines the name of the color. This will either return the user defined name of the color, if the color was created from a name, or the name of the known color. For custom colors, the RGB value will be returned.
[Visual Basic] Public ReadOnly Property Name As String [C#] public string Name {get;} [C++] public: __property String* get_Name(); [JScript] public function get Name() : String;