Solid Edge FrameworkSupport Type Library
DoVerb Method
The verb to execute of the object within the containing object. If not specified, the default verb is executed. The value of this argument can be one of the standard verbs supported by all objects.
Description
Executes an OLE object's verb.
Syntax
Visual Basic
Public Sub DoVerb( _
   Optional ByVal DoVerb As Variant _
) 
Parameters
DoVerb
The verb to execute of the object within the containing object. If not specified, the default verb is executed. The value of this argument can be one of the standard verbs supported by all objects.
Remarks
Use the Object Verbs method to retrieve an array of all available verbs for an object.
See Also

SmartFrame2d Object  | SmartFrame2d Members

Send comments on this topic.