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


o
Object that is the reserved cursor (pointer)

Glossary Item Box

Gets the cursor reserved for this cell type.

Syntax

Visual Basic (Declaration) 
Public Overrides Function GetReservedCursor( _
   ByVal o As Object _
) As Cursor
Visual Basic (Usage)Copy Code
Dim instance As BarCodeCellType
Dim o As Object
Dim value As Cursor
 
value = instance.GetReservedCursor(o)
C# 
public override Cursor GetReservedCursor( 
   object o
)

Parameters

o
Object that is the reserved cursor (pointer)

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.