ActiveReports.Viewer3 Request technical support
XPPressed Property
See Also 


Gets the XP pressed button color for the toolbar.

Syntax

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

Return Value

System.Drawing.Color.

See Also