TickCommand Method
Description
Sets or clears a tick on an application-defined command, previously added using AddCommand.
Syntax
Visual Basic |
---|
Public Function TickCommand( _ ByVal comname As String, _ ByVal tick As Integer _ ) As Integer |
Parameters
- comname
- The command to tick.
- tick
-
True
Switch the tick on. False
Switch the tick off.
Remarks
Available: D OD OM
Groups:
Example
sis.TickCommand("Query#Property Details", TRUE)
Set the tick state of the Query>Property Details command to true.