Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section contains Properties belonging to the InkEdit Control.
| Property | Description |
|---|---|
| Appearance | Gets or sets a value that determines whether the InkEdit control appears flat or 3-D. |
| BackColor | Gets or sets the background color for the InkEdit control. |
| BorderStyle | Gets or sets a value that determines whether the InkEdit control has a border. |
| DisableNoScroll | Gets or sets a value that determines whether scroll bars in the InkEdit control are disabled. |
| DrawingAttributes | Gets or sets the drawing attributes for ink that is yet to be drawn on the InkEdit control. |
| Enabled | Gets or sets a value that determines whether the InkEdit control can respond to user-generated events. |
| Factoid | Gets or sets the Factoid constant that a IInkRecognizer object uses to constrain its search for the recognition result. |
| Font | Gets or sets the font of the text that the InkEdit control displays. |
| hWnd | Gets the window handle to which the InkDisp control is bound. |
| InkInsertMode | Gets or sets a value that specifies how ink is inserted onto the InkEdit control, either as text or as ink. |
| InkMode | Gets or sets a value that specifies whether ink collection is disabled, ink is collected, or ink and gestures are collected. |
| Locked | Gets or sets a value that specifies whether the InkEdit control is read-only or not. |
| MaxLength | Gets or sets a value indicating whether an InkEdit control can hold a maximum number of characters and, if so, specifies the maximum number of characters. |
| MouseIcon | Gets or sets the current custom mouse icon. |
| MousePointer | Gets or sets a value that indicates the type of mouse pointer that appears when the mouse is over a particular part of the InkEdit control. |
| MultiLine | Gets or sets a value that indicates whether this is a multiline InkEdit control. |
| RecognitionTimeout | Gets or sets the length of time, in milliseconds, between the last IInkStrokeDisp object collected and the beginning of text recognition. |
| Recognizer | Gets or sets the IInkRecognizer object to use for recognition. |
| ScrollBars | Gets or sets the type of scroll bars that appear in the InkEdit control. |
| SelAlignment | Gets or sets the alignment to apply to the current selection or insertion point (run time only). |
| SelBold | Gets or sets a value that specifies whether the font style of the currently selected text in the InkEdit control is bold (run time only). |
| SelCharOffset | Gets or sets whether text in the InkEdit control appears on the baseline, as a superscript, or as a subscript (run time only). |
| SelColor | Gets or sets the text color of the current text selection or insertion point (run time only). |
| SelFontName | Gets or sets the font name of the selected text within the InkEdit control (run time only). |
| SelFontSize | Gets or sets the font size of the selected text within the InkEdit control (run time only). |
| SelInks | Gets or sets the array of embedded InkDisp objects (if displayed as ink) that the current selection contains. |
| SelInksDisplayMode | Gets or sets a value that allows toggling the appearance of the selection between ink and text. |
| SelItalic | Gets or sets a value that specifies whether the font style of the currently selected text in the InkEdit control is italic (run time only). |
| SelLength | Gets or sets the number of characters that are selected in the InkEdit control (run time only). |
| SelRTF | Gets or sets the currently selected Rich Text Format (RTF) formatted text in the InkEdit control (run time only). |
| SelStart | Gets or sets the starting point of the text that is selected in the text box (run time only). |
| SelText | Gets or sets the selected text within the InkEdit control (run time only). |
| SelUnderline | Gets or sets a value that specifies whether the font style of the currently selected text in the InkEdit control is underlined (run time only). |
| Status | Gets a value that specifies whether the InkEdit control is idle, collecting ink, or recognizing ink (run time only). |
| Text | Gets or sets the current text in the text box. |
| TextRTF | Gets or sets the text of the InkEdit control, including all RTF codes. |
| UseMouseForInput | Gets or sets a value that indicates whether the mouse can be used as an input device. |