Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IThemeContextSupport Interface / SetContext Method
The theme context object.


In This Topic
    SetContext Method
    In This Topic
    Sets the theme context.
    Syntax
    'Declaration
     
    Sub SetContext( _
       ByVal context As IThemeSupport _
    ) 
    'Usage
     
    Dim instance As IThemeContextSupport
    Dim context As IThemeSupport
     
    instance.SetContext(context)
    void SetContext( 
       IThemeSupport context
    )

    Parameters

    context
    The theme context object.
    See Also