ActiveReports.Viewer3 Request technical support
XPBackground Property
See Also 


Returns the XP background color of the toolbar.

Syntax

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

Return Value

System.Drawing.Color.

See Also