Spread Silverlight Documentation
PressedBrush Property (ToolbarButton)


GrapeCity.Windows.SpreadSheet.UI Namespace > ToolbarButton Class : PressedBrush Property
Gets or sets the pressed brush.
Syntax
'Declaration
 
Public Property PressedBrush As System.Windows.Media.Brush
'Usage
 
Dim instance As ToolbarButton
Dim value As System.Windows.Media.Brush
 
instance.PressedBrush = value
 
value = instance.PressedBrush
public System.Windows.Media.Brush PressedBrush {get; set;}

Property Value

The pressed brush.
See Also

Reference

ToolbarButton Class
ToolbarButton Members