ActiveReports.Viewer3 Request technical support
ColorTheme Property
See Also 


Gets or sets the color theme for the toolbar.

Syntax

Visual Basic (Declaration) 
Public Property ColorTheme As ColorTheme
Visual Basic (Usage)Copy Code
Dim instance As Toolbar
Dim value As ColorTheme
 
instance.ColorTheme = value
 
value = instance.ColorTheme
C# 
public ColorTheme ColorTheme {get; set;}

See Also