Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IThemeContextSupport Interface / GetContext Method


In This Topic
    GetContext Method
    In This Topic
    Gets the theme context.
    Syntax
    'Declaration
     
    Function GetContext() As IThemeSupport
    'Usage
     
    Dim instance As IThemeContextSupport
    Dim value As IThemeSupport
     
    value = instance.GetContext()
    IThemeSupport GetContext()

    Return Value

    Returns the theme context.
    See Also