Displays help information. | |
Syntax: | object.Help |
Description: | For GefObject, this method displays the
help information configured for the object. Example: Sub GefObject_Help() Dim oCimObj As GefObject Set oCimObj = CimGetObject oCimObj.Help End Sub |