Spread for ASP.NET 7.0 Product Documentation
SelectionGripperThickness Property
See Also  Example Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TouchInfo Class : SelectionGripperThickness Property


Glossary Item Box

Gets or sets the selection gripper thickness.

Syntax

Visual Basic (Declaration) 
Public Property SelectionGripperThickness As Integer
Visual Basic (Usage)Copy Code
Dim instance As TouchInfo
Dim value As Integer
 
instance.SelectionGripperThickness = value
 
value = instance.SelectionGripperThickness
C# 
public int SelectionGripperThickness {get; set;}

Property Value

The selection gripper thickness.

Example

This example sets the SelectionGripperThickness property.
C#Copy Code
FpSpread1.TouchInfo.SelectionGripperBackColor = System.Drawing.Color.Aqua;
FpSpread1.TouchInfo.SelectionGripperLineColor = System.Drawing.Color.BurlyWood;
FpSpread1.TouchInfo.SelectionGripperThickness = 2;
VB.NETCopy Code
FpSpread1.TouchInfo.SelectionGripperBackColor = System.Drawing.Color.Aqua
FpSpread1.TouchInfo.SelectionGripperLineColor = System.Drawing.Color.BurlyWood
FpSpread1.TouchInfo.SelectionGripperThickness = 2

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.