Spread Windows Forms 6.0 Product Documentation
IsReservedLocation Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > BarCodeCellType Class : IsReservedLocation Method


g
Graphics device interface for painting the editor control
x
X-coordinate of pointer location
y
Y-coordinate of pointer location
rc
Location and size of a rectangular region
appearance
Appearance settings of the editor control
value
Object containing the name of the editor control
zoomFactor
Numeric value for scaling the display of the editor control

Glossary Item Box

Determines whether the specified cursor location has special meaning to the editor control.

Syntax

Visual Basic (Declaration) 
Public Overrides Function IsReservedLocation( _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal rc As Rectangle, _
   ByVal appearance As Appearance, _
   ByVal value As Object, _
   ByVal zoomFactor As Single _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As BarCodeCellType
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim rc As Rectangle
Dim appearance As Appearance
Dim value As Object
Dim zoomFactor As Single
Dim value As Object
 
value = instance.IsReservedLocation(g, x, y, rc, appearance, value, zoomFactor)
C# 
public override object IsReservedLocation( 
   Graphics g,
   int x,
   int y,
   Rectangle rc,
   Appearance appearance,
   object value,
   float zoomFactor
)

Parameters

g
Graphics device interface for painting the editor control
x
X-coordinate of pointer location
y
Y-coordinate of pointer location
rc
Location and size of a rectangular region
appearance
Appearance settings of the editor control
value
Object containing the name of the editor control
zoomFactor
Numeric value for scaling the display of the editor control

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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