Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > EditWindow Object : GetCommandText Method
Required expression that evaluates to a Command object.
GetCommandText Method
Description
This function returns a string of the current command text for the specified command in Command.
Syntax
Visual Basic
Public Function GetCommandText( _
   ByVal Command As Command _
) As String
Parameters
Command
Required expression that evaluates to a Command object.
Return Type
String value.
See Also