The Big Red Toolbox MGCERichInk A Rich Ink (Scratchpad) Control October 24, 1999 © NSB Corporation. All rights reserved. |
Border | Set and retrieve the control border state. False (zero) removes a border and True (non-zero) displays a border around the control.
|
Data | Set and retrieve binary data which makes up the contents of the control.
|
Mode | Set and retrieve the control's display mode. True (non-zero) sets the control into graphical mode and False (zero) puts the control into text mode. Note that the Clear property automatically sets the control into Text mode.
|
Tabstop | Set and retrieve the tabstop state of the control. If set to True (non-zero), the control is included in the form tab order. When False (zero), the control is not added to the form tab order.
|
Toolbar | Set and retrieve the state of the control's toolbar. Set to True (non-zero) to display the toolbar and False (zero) to remove the toolbar. By default, the toolbar is enabled.
|
Version | Read-only property used to determine the version of this control.
|
Clear | Clear removes all data from the control and sets the control into Text mode. The toolbar is unaffected by Clear.
|
Hide | The Hide method removes the control from the display.
|
LoadData | The LoadData method loads RichInk data from a specified filename. The file contents are also known as a "PWI" or "Pocket Word Ink" type of type.
|
SaveData | SaveData saves the contents of the control to a specified file. A second parameter determines the action to take if the specified file already exists. If a specified file exists and the parameter is set to ZERO, the file is not written over and the control throws an error. If set to a non-zero number, the existing file is written over with the current control contents and no error occurs unless the file could not be created for another reason.
|
SetFocus | Forces the input focus to the control.
|
Show | Displays the rich ink control if it is hidden.
|