Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / UserColor Class / UserColor Constructor / UserColor Constructor(ThemeColorId)
a theme color that should be applied to the object.

In This Topic
    UserColor Constructor(ThemeColorId)
    In This Topic
    Initializes a new instance of the UserColor class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal themeColor As ThemeColorId _
    )
    public UserColor( 
       ThemeColorId themeColor
    )

    Parameters

    themeColor
    a theme color that should be applied to the object.
    See Also