Solid Edge Framework Type Library
OnCommandUpdateUI Method
Description
Occurs when the user interface needs to be updated.
Syntax
Visual Basic
Public Sub OnCommandUpdateUI( _
   ByVal nCmdID As Long, _
   ByVal Context As Long, _
   ByVal ActiveDocumentType As Long, _
   ByVal pActiveDocument As Object, _
   ByVal pActiveWindow As Object, _
   ByVal pActiveSelectSet As Object, _
   ByRef lCmdFlags As Long, _
   ByRef MenuItemText As String, _
   ByRef nIDBitmap As Long _
) 
Parameters
nCmdID
Context
ActiveDocumentType
pActiveDocument
pActiveWindow
pActiveSelectSet
lCmdFlags
MenuItemText
nIDBitmap
See Also

DISEAddInEventsEx2 Object  | DISEAddInEventsEx2 Members