Solid Edge Framework Type Library
Remove Method
Specifies the key code of the KeyBinding object to be removed.
Description
Removes a specified object from the referenced collection.
Syntax
Visual Basic
Public Sub Remove( _
   ByVal KeyCode As Long _
) 
Parameters
KeyCode
Specifies the key code of the KeyBinding object to be removed.
Remarks
Remove removes the KeyBinding object that maps to the specified key code. The call succeeds even if no object identified by the input key code exists.
See Also

Accelerator Collection  | Accelerator Members

Send comments on this topic.