Profile Editor Control Methods
Windows - Visual C++
Click on the Profile Editor method to see its syntax:
Displays the control's About Box. |
|
Appends a menu item to the control's context menu. |
|
Appends a separator item to the control's context menu. |
|
Appends a submenu to the control's context menu. |
|
Copies the selected text from the profile editor and pastes it to the system clipboard. |
|
Cuts the selected text from the profile editor and pastes it to the system clipboard. |
|
Returns a value indicating whether or not a specified context menu item is checked. |
|
Returns the number of menu items in the specified context menu. |
|
Returns a value indicating whether or not a specified context menu item is enabled. |
|
Returns the text of the specified menu item. |
|
Inserts a menu item into the control's context menu at a specified position. |
|
Inserts a separator item into the control's context menu at a specified position. |
|
Inserts a submenu into the control's context menu at a specified position. |
|
Translates an RPN search expression to Infix notation and inserts it into the editing window at the current cursor position. |
|
Translates the specified RPN expression to InFix notation and replaces the current editing window selection with the resultant expression. |
|
Inserts a source code into the editing window at the current cursor position. |
|
Inserts a subject code into the editing window at the current cursor position. |
|
Inserts a ticker symbol into the editing window at the current cursor position. |
|
Pastes the contents of the system clipboard into the profile editor control. |
|
Removes an item from the context menu. |
|
Sets the checked status of the specified menu item in the context menu. |
|
Sets the enabled status of the specified menu item in the context menu. |
|
Sets the text of the specified context menu item. |
|
Moves the editor window cursor to the specified character index. |
Back to: Profile Editor Control