IsSelectedItem

Top  Previous  Next

 

IsSelectedItem (Method)

 

Returns the select status for an object associated with a specific handle

 

Syntax:

Function IsSelectedItem(Handle As Integer) As Boolean

 

The IsSelectedItem method syntax consists of the following:

Parameter

Data Type

Description

Handle

Integer

Is the object's handle

 

Return value:

Boolean - True if the object is selected

 

Example