| Name | Description |
 | AboutBox | Displays an information dialog box describing the NotateXpress component. |
 | ClientDisconnect | Disconnects the NotateXpress object from the client ImageXView object. |
 | CreateObjRef | (Inherited from System.MarshalByRefObject) |
 | Dispose() | (Inherited from System.ComponentModel.Component) |
 | ForceAllUpdate | When multiple ImageXView objects are pointed to the same ImageX image, ForceAllUpdate synchronizes all NotateXpress objects to the current NotateXpress' data. |
 | GetImageMappingDimensions | Gets the mapping width and height coordinates when NotateXpress cannot query ImagXpress for current image dimensions. |
 | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
 | GetUseCursorType | Returns a value indicating if a distinctive cursor is used for a specific type of operation (creating, moving, or selecting objects). |
 | GetUseCustomCursorType | Uses custom cursors instead of built in ones. |
 | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
 | MenuAddItem | Adds a user-defined item to the Context Menu. |
 | MenuChangeItem | Changes the specified menu item from the specified menu. |
 | MenuDeleteItem | Removes the specified item from the specified menu. |
 | MenuGetEnabled | Returns whether or not the specified menu displays when the right mouse button is clicked over the appropriate area. |
 | MenuGetFirstItemId | Gets the TopMenuId and SubMenuId of the first item in the context or toolbar menu. |
 | MenuGetItem | Returns the text that will be displayed for the specified topMenuID and subMenuID on the menu. |
 | MenuGetItemChecked | Returns the checked attribute of the specified menu item on the specified menu. |
 | MenuGetItemEnabled | Gets the enabled attribute of the specified menu item on the specified menu. |
 | MenuGetItemVisible | Returns the visible attribute of the specified menu item on the specified menu. |
 | MenuGetNextItemId | Gets the subsequent menu ID on the specified level from the specified menu after calling MenuGetFirstItemId. |
 | MenuSetEnabled | Sets whether or not the specified menu will display when the right mouse button is clicked over the appropriate area. |
 | MenuSetItemChecked | Sets the checked attribute of the specified menu item on the specified menu. |
 | MenuSetItemEnabled | Sets the Enabled attribute of the specified menu item on the specified menu. |
 | MenuSetItemVisible | Sets the visible attribute of the specified menu item on the specified menu. |
 | SetImageMappingDimensions | Sets a given mapping width and height. |
 | SetUseCursorType | Returns an indicator if a distinctive cursor is used for a specific type of operation (creating, moving, or selecting objects). |
 | SetUseCustomCursorType | This is for replacing the built in cursors that are created by turning on SetUseCursorType. |
 | ToString | (Inherited from System.ComponentModel.Component) |
 | UserDataAdd | Adds the specified key value pair to the list. |
 | UserDataDelete | Deletes an existing key value pair which matches the given key. |
 | UserDataFind | User data can be added to each page in a key value pair. |
 | UserDataFindFirst | Finds the first key value pair in the list. |
 | UserDataFindNext | Finds the next key value pair in the list. |