Spread Silverlight Documentation
SetContext Method


GrapeCity.Windows.SpreadSheet.Data Namespace > IThemeContextSupport Interface : SetContext Method
The theme context object.
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

Reference

IThemeContextSupport Interface
IThemeContextSupport Members