Story Control Methods
Windows - Visual C++
Click on the Story 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 currently selected text to the clipboard. |
|
Deselects any currently selected text. |
|
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. |
|
Returns the text of the nth profile hit within the story. |
|
Returns the text of the nth search hit within the story. |
|
Returns in bytes the length of the entire story text. |
|
Returns a pointer to the story text buffer. |
|
Returns a 1 based index subject code. |
|
Returns a 1 based index ticker code. |
|
Returns the Universal Resource Locator (URL) text of the nth URL within the story. |
|
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. |
|
Loads the control's persistent information from the specified file. |
|
Prints the Story control. |
|
Displays the Print Setup dialog box. |
|
Removes an item from the context menu. |
|
Initiates the retrieval of a story. |
|
Saves the story to disk in RTF (Rich Text Format). |
|
Saves the control's persistent information to the specified file. |
|
Selects all of the story text. |
|
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. |
|
Displays the preferences dialog for the control. |
Back to: Story Control