Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 684 Bytes

File metadata and controls

31 lines (24 loc) · 684 Bytes

DisplayContextHelpOfCurrentPlugin

Description

This function will display the context help of the plug-in that is considered ?current?. This could be a command plug-in that has a dialog open, or a tool plug-in that is active.

PROCEDURE DisplayContextHelpOfCurrentPlugin;
def vs.DisplayContextHelpOfCurrentPlugin():
    return None

Examples

DisplayContextHelpOfCurrentPlugin;
import vs

# This could be a command plug-in that has a dialog open, or a tool plug-in
# that is active.
vs.DisplayContextHelpOfCurrentPlugin()

Version

Availability: from VectorWorks12.0

Category