|
TimoSoft EditControls
1.11.0.214
|
This is the complete list of members for ITextBox, including all inherited members.
| About(void) | ITextBox | |
| AcceptNumbersOnly | ITextBox | |
| AcceptTabKey | ITextBox | |
| AllowDragDrop | ITextBox | |
| AlwaysShowSelection | ITextBox | |
| Appearance | ITextBox | |
| AppendText([in] BSTR Text, [in, defaultvalue(0)] VARIANT_BOOL setCaretToEnd, [in, defaultvalue(-1)] VARIANT_BOOL scrollToCaret) | ITextBox | |
| AutoScrolling | ITextBox | property |
| BackColor | ITextBox | |
| BeginDrag([in] LONG draggedTextFirstChar, [in] LONG draggedTextLastChar, [in, defaultvalue(0)] OLE_HANDLE hDragImageList, [in, out, defaultvalue(0)] OLE_XPOS_PIXELS *xHotSpot, [in, out, defaultvalue(0)] OLE_YPOS_PIXELS *yHotSpot) | ITextBox | |
| BorderStyle | ITextBox | |
| CancelIMECompositionOnSetFocus | ITextBox | |
| CanUndo([out, retval] VARIANT_BOOL *pValue) | ITextBox | |
| CharacterConversion | ITextBox | |
| CharIndexToPosition([in] LONG characterIndex, [in, out, defaultvalue(0)] OLE_XPOS_PIXELS *x, [in, out, defaultvalue(0)] OLE_YPOS_PIXELS *y) | ITextBox | |
| CompleteIMECompositionOnKillFocus | ITextBox | |
| CueBanner | ITextBox | |
| DisabledBackColor | ITextBox | |
| DisabledEvents | ITextBox | |
| DisabledForeColor | ITextBox | property |
| DisplayCueBannerOnFocus | ITextBox | |
| DontRedraw | ITextBox | |
| DoOEMConversion | ITextBox | |
| DragScrollTimeBase | ITextBox | |
| EmptyUndoBuffer(void) | ITextBox | |
| Enabled | ITextBox | |
| EndDrag([in] VARIANT_BOOL abort) | ITextBox | |
| FinishOLEDragDrop(void) | ITextBox | |
| FirstVisibleChar | ITextBox | property |
| FirstVisibleLine | ITextBox | property |
| Font | ITextBox | |
| ForeColor | ITextBox | |
| FormattingRectangleHeight | ITextBox | property |
| FormattingRectangleLeft | ITextBox | property |
| FormattingRectangleTop | ITextBox | property |
| FormattingRectangleWidth | ITextBox | property |
| GetClosestInsertMarkPosition([in] OLE_XPOS_PIXELS x, [in] OLE_YPOS_PIXELS y, [in, out] InsertMarkPositionConstants *relativePosition, [in, out] LONG *characterIndex) | ITextBox | |
| GetDraggedTextRange([in, out, defaultvalue(0)] LONG *draggedTextFirstChar, [in, out, defaultvalue(0)] LONG *draggedTextLastChar) | ITextBox | |
| GetFirstCharOfLine([in] LONG lineIndex, [out, retval] LONG *pValue) | ITextBox | |
| GetInsertMarkPosition([in, out] InsertMarkPositionConstants *relativePosition, [in, out] LONG *characterIndex) | ITextBox | |
| GetLine([in] LONG lineIndex, [out, retval] BSTR *pValue) | ITextBox | |
| GetLineCount([out, retval] LONG *pValue) | ITextBox | |
| GetLineFromChar([in] LONG characterIndex, [out, retval] LONG *pValue) | ITextBox | |
| GetLineLength([in] LONG lineIndex, [out, retval] LONG *pValue) | ITextBox | |
| GetSelection([in, out, defaultvalue(0)] LONG *selectionStart, [in, out, defaultvalue(0)] LONG *selectionEnd) | ITextBox | |
| HAlignment | ITextBox | |
| hDragImageList | ITextBox | |
| HideBalloonTip([out, retval] VARIANT_BOOL *pSucceeded) | ITextBox | |
| HoverTime | ITextBox | |
| hWnd | ITextBox | |
| IMEMode | ITextBox | |
| InsertMarkColor | ITextBox | |
| InsertSoftLineBreaks | ITextBox | property |
| IsTextTruncated([in, defaultvalue(0)] LONG lineIndex, [out, retval] VARIANT_BOOL *pValue) | ITextBox | |
| LastVisibleLine | ITextBox | property |
| LeftMargin | ITextBox | |
| LineHeight | ITextBox | property |
| LoadSettingsFromFile([in] BSTR file, [out, retval] VARIANT_BOOL *pSucceeded) | ITextBox | |
| MaxTextLength | ITextBox | |
| Modified | ITextBox | |
| MouseIcon | ITextBox | |
| MousePointer | ITextBox | |
| MultiLine | ITextBox | property |
| OLEDrag([in, defaultvalue(NULL)] LONG *pDataObject, [in, defaultvalue(odeCopyOrMove)] OLEDropEffectConstants supportedEffects, [in, defaultvalue(-1)] OLE_HANDLE hWndToAskForDragImage, [in, defaultvalue(-1)] LONG draggedTextFirstChar, [in, defaultvalue(-1)] LONG draggedTextLastChar, [in, defaultvalue(0)] LONG itemCountToDisplay, [out, retval] OLEDropEffectConstants *pPerformedEffects) | ITextBox | |
| OLEDragImageStyle | ITextBox | |
| PasswordChar | ITextBox | property |
| PositionToCharIndex([in] OLE_XPOS_PIXELS x, [in] OLE_YPOS_PIXELS y, [in, out, defaultvalue(0)] LONG *characterIndex, [in, out, defaultvalue(0)] LONG *lineIndex) | ITextBox | |
| ProcessContextMenuKeys | ITextBox | |
| ReadOnly | ITextBox | |
| Refresh(void) | ITextBox | |
| RegisterForOLEDragDrop | ITextBox | |
| ReplaceSelectedText([in] BSTR replacementText, [in, defaultvalue(0)] VARIANT_BOOL undoable) | ITextBox | |
| RightMargin | ITextBox | |
| RightToLeft | ITextBox | |
| SaveSettingsToFile([in] BSTR file, [out, retval] VARIANT_BOOL *pSucceeded) | ITextBox | |
| Scroll([in] ScrollAxisConstants axis, [in] ScrollDirectionConstants directionAndIntensity, [in, defaultvalue(0)] LONG linesToScrollVertically, [in, defaultvalue(0)] LONG charactersToScrollHorizontally) | ITextBox | property |
| ScrollBars | ITextBox | |
| ScrollCaretIntoView(void) | ITextBox | |
| SelectedText | ITextBox | property |
| SelectedTextMouseIcon | ITextBox | |
| SelectedTextMousePointer | ITextBox | |
| SetInsertMarkPosition([in] InsertMarkPositionConstants relativePosition, [in] LONG characterIndex) | ITextBox | |
| SetSelection([in] LONG selectionStart, [in] LONG selectionEnd) | ITextBox | |
| ShowBalloonTip([in] BSTR title, [in] BSTR text, [in, defaultvalue(btiNone)] BalloonTipIconConstants icon, [out, retval] VARIANT_BOOL *pSucceeded) | ITextBox | |
| ShowDragImage | ITextBox | |
| SupportOLEDragImages | ITextBox | |
| TabStops | ITextBox | property |
| TabWidth | ITextBox | property |
| Text | ITextBox | |
| TextLength | ITextBox | property |
| Undo([out, retval] VARIANT_BOOL *pSucceeded) | ITextBox | |
| UseCustomFormattingRectangle | ITextBox | property |
| UsePasswordChar | ITextBox | property |
| UseSystemFont | ITextBox | property |
| Version | ITextBox | |
| WordBreakFunction | ITextBox |