Spread Silverlight Documentation
ResetTouchSelectionGripperBackgroundColor Method
Example 


GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class : ResetTouchSelectionGripperBackgroundColor Method
Resets the color of the touch selection gripper background.
Syntax
'Declaration
 
Public Sub ResetTouchSelectionGripperBackgroundColor() 
'Usage
 
Dim instance As Worksheet
 
instance.ResetTouchSelectionGripperBackgroundColor()
public void ResetTouchSelectionGripperBackgroundColor()
Example
This example uses the ResetTouchSelectionGripperBackgroundColor method.
GcSpreadSheet1.Sheets[0].SelectionPolicy = GrapeCity.Windows.SpreadSheet.Data.SelectionPolicy.MultiRange;
GcSpreadSheet1.CanTouchMultiSelect = true;
//GcSpreadSheet1.Sheets[0].TouchSelectionGripperBackgroundColor = System.Windows.Media.Colors.Red;
GcSpreadSheet1.Sheets[0].TouchSelectionGripperBackgroundThemeColor = "Accent 3 40";
//GcSpreadSheet1.Sheets[0].ResetTouchSelectionGripperBackgroundColor();
//GcSpreadSheet1.Sheets[0].ResetTouchSelectionGripperBackgroundThemeColor();
GcSpreadSheet1.Sheets(0).SelectionPolicy = GrapeCity.Windows.SpreadSheet.Data.SelectionPolicy.MultiRange
GcSpreadSheet1.CanTouchMultiSelect = True
'GcSpreadSheet1.Sheets(0).TouchSelectionGripperBackgroundColor = System.Windows.Media.Colors.Red
GcSpreadSheet1.Sheets(0).TouchSelectionGripperBackgroundThemeColor = "Accent 3 40"
'GcSpreadSheet1.Sheets(0).ResetTouchSelectionGripperBackgroundColor()
'GcSpreadSheet1.Sheets(0).ResetTouchSelectionGripperBackgroundThemeColor()
See Also

Reference

Worksheet Class
Worksheet Members