Spread Windows Forms 12.0 Product Documentation
TouchSelectionGripperBackColor Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : TouchSelectionGripperBackColor Property
Gets or sets the touch selection gripper's backcolor.
Syntax
'Declaration
 
Public Property TouchSelectionGripperBackColor As Color
'Usage
 
Dim instance As FpSpread
Dim value As Color
 
instance.TouchSelectionGripperBackColor = value
 
value = instance.TouchSelectionGripperBackColor
public Color TouchSelectionGripperBackColor {get; set;}
Example
This example sets the TouchSelectionGripperBackColor property.
FpSpread1.TouchDropDownScale = 1.0F;
FpSpread1.TouchSelectionGripperBackColor = Color.Aqua;
FpSpread1.TouchSelectionGripperLineColor = Color.BurlyWood;
FpSpread1.TouchSelectionGripperThickness = 2;
FpSpread1.TouchDropDownScale = 1.0F
FpSpread1.TouchSelectionGripperBackColor = Color.Aqua
FpSpread1.TouchSelectionGripperLineColor = Color.BurlyWood
FpSpread1.TouchSelectionGripperThickness = 2
See Also

Reference

FpSpread Class
FpSpread Members