Click here for NewsObjects Overview
Profile Editor Control Methods
Windows - Visual C++


Click on the Profile Editor method to see its syntax:

AboutBox

Displays the control's About Box.

AppendContextMenuItem

Appends a menu item to the control's context menu.

AppendContextMenuSeparator

Appends a separator item to the control's context menu.

AppendContextMenuSubmenu

Appends a submenu to the control's context menu.

Copy

Copies the selected text from the profile editor and pastes it to the system clipboard.

Cut

Cuts the selected text from the profile editor and pastes it to the system clipboard.

GetContextMenuItemChecked

Returns a value indicating whether or not a specified context menu item is checked.

GetContextMenuItemCount

Returns the number of menu items in the specified context menu.

GetContextMenuItemEnabled

Returns a value indicating whether or not a specified context menu item is enabled.

GetContextMenuItemText

Returns the text of the specified menu item.

InsertContextMenuItem

Inserts a menu item into the control's context menu at a specified position.

InsertContextMenuSeparator

Inserts a separator item into the control's context menu at a specified position.

InsertContextMenuSubmenu

Inserts a submenu into the control's context menu at a specified position.

InsertExpression

Translates an RPN search expression to Infix notation and inserts it into the editing window at the current cursor position.

InsertProfileCriteria

Translates the specified RPN expression to InFix notation and replaces the current editing window selection with the resultant expression.

InsertSource

Inserts a source code into the editing window at the current cursor position.

InsertSubject

Inserts a subject code into the editing window at the current cursor position.

InsertTicker

Inserts a ticker symbol into the editing window at the current cursor position.

Paste

Pastes the contents of the system clipboard into the profile editor control.

RemoveContextMenuItem

Removes an item from the context menu. 

SetContextMenuItemChecked

Sets the checked status of the specified menu item in the context menu.

SetContextMenuItemEnabled

Sets the enabled status of the specified menu item in the context menu.

SetContextMenuItemText

Sets the text of the specified context menu item.

SetCursorAtIndex

Moves the editor window cursor to the specified character index.

Back to: Profile Editor Control