In This Topic
Returns the current color value as a Color object. If the current unit type is string it will be converted using ColorTranslator.FromHtml(). If the current value is a Color it is returned directly.
Syntax
'Declaration
Public Function GetColorValue() As Color
public Color GetColorValue()
See Also