ActiveReports Developer 7
SetCursor Method
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : SetCursor Method

Glossary Item Box

Sets the cursor to a cursor that represents the current ToolboxItem.

Syntax

Visual Basic (Declaration) 
Public Function SetCursor() As System.Boolean
C# 
public System.bool SetCursor()

Return Value

Boolean. True if a ToolboxItem is selected and the cursor is set. Otherwise, False, and the default cursor is used.

See Also