Solid Edge Framework Type Library
OnCommandUpdateUI Method
The command identifier for the affected command.
Enables or disables the command. Values are as follows: seCmdActive_Enabled (enables the command), seCmdActive_Checked (adds a check mark on the command's active window), seCmdActive_ChangeText (changes the text that appears on the command's menu item), seCmdActive_UseDotMark (adds a dot mark on the command's menu item), or seCmdActive_UseBitmap (displays the command's menu item as a bitmap).
Description
Occurs when the user interface needs to be updated.
Syntax
Visual Basic
Public Function OnCommandUpdateUI( _
   ByVal CommandID As Long, _
   ByRef CommandFlags As Long, _
   ByRef MenuItemText As String, _
   ByRef BitmapID As Long _
) As HResult
Parameters
CommandID
The command identifier for the affected command.
CommandFlags
Enables or disables the command. Values are as follows: seCmdActive_Enabled (enables the command), seCmdActive_Checked (adds a check mark on the command's active window), seCmdActive_ChangeText (changes the text that appears on the command's menu item), seCmdActive_UseDotMark (adds a dot mark on the command's menu item), or seCmdActive_UseBitmap (displays the command's menu item as a bitmap).
MenuItemText
The text that appears on the menu.
BitmapID
See Also

ISEAddInEvents Object  | ISEAddInEvents Members

Send comments on this topic.