In my keystroke dynamics research, one of the data I need to write to a file is the value chosen by a user for the ForeColor and BackColor of the various text boxes in my app. The user sets up these values which are displayed in a txtSample text box.
What is the datatype that VB .NET uses to store txtSample.ForeColor (& BackColor) so that I can write these data to an output file?

Thanks folks,

David