Namespace: VB
Class RichTextBox
Properties |
---|
No description avail
|
Property HScrollPos() As Integer
No description avail
|
Property VScrollPos() As Integer
No description avail
|
Property HScrollMax() As Integer
No description avail
|
Property VScrollMax() As Integer
No description avail
|
Property HScrollBar() As vbScrollBarPolicy
No description avail
|
Property VScrollBar() As vbScrollBarPolicy
No description avail
|
Property SelStart() As Long
No description avail
|
Property SelLength() As Long
No description avail
|
Property SelText() As String
No description avail
|
Property Redraw() As Boolean
No description avail
|
Property StyledDoc() As StyledDocument
No description avail
|
Property StyleContext() As StyleContext
No description avail
|
Property Text() As String
No description avail
|
Property StyledText() As String
No description avail
|
Property Style() As StyledDocument
No description avail
|
Property BackColorSel() As Long
No description avail
|
Property ForeColorSel() As Long
No description avail
|
Property Locked() As Boolean
No description avail
|
Property FontName() As String
No description avail
|
Property FontBold() As Boolean
No description avail
|
Property FontItalic() As Boolean
No description avail
|
Property FontSize() As Integer
No description avail
|
No description avail
|
Property BackColor() As Long
No description avail
|
Property ForeColor() As Long
No description avail
|
Property Width() As Single
No description avail
|
Property Height() As Single
No description avail
|
Property Left() As Single
No description avail
|
Property Top() As Single
No description avail
|
Property ToolTip() As String
No description avail
|
Property Enabled() As Boolean
No description avail
|
Property Visible() As Boolean
No description avail
|
Property Tag() As String
No description avail
|
Property MousePointer() As MousePointerConstants
No description avail
|
No description avail
|
Property CanGetFocus() As Boolean
No description avail
|
Methods |
---|
Sub focusGained(arg2 As FocusEvent)
No description avail
|
Sub focusLost(arg2 As FocusEvent)
No description avail
|
Sub mouseMoved(e As MouseEvent)
No description avail
|
Sub mouseDragged(e As MouseEvent)
No description avail
|
Sub mousePressed(e As MouseEvent)
No description avail
|
Sub mouseReleased(e As MouseEvent)
No description avail
|
Sub mouseClicked(e As MouseEvent)
No description avail
|
Sub mouseEntered(e As MouseEvent)
No description avail
|
Sub mouseExited(e As MouseEvent)
No description avail
|
Sub keyReleased(e As KeyEvent)
No description avail
|
No description avail
|
Sub keyPressed(e As KeyEvent)
No description avail
|
Sub adjustmentValueChanged(arg2 As AdjustmentEvent)
No description avail
|
Sub appendText(text As String)
No description avail
|
Sub replaceText(text As String, pos As Integer, length As Integer)
No description avail
|
Sub insertText(text As String, pos As Integer)
No description avail
|
Sub insertText(text As String, pos As Integer, Bold As Boolean, Italic As Boolean, TextColor As Long)
No description avail
|
Sub insertText(text As String, pos As Integer, style As RTStyle)
No description avail
|
Sub replaceText(text As String, pos As Integer, length As Integer, Bold As Boolean, Italic As Boolean, TextColor As Long)
No description avail
|
Sub replaceText(text As String, pos As Integer, length As Integer, style As RTStyle)
No description avail
|
Sub appendText(text As String, Bold As Boolean, Italic As Boolean, TextColor As Long)
No description avail
|
Sub appendText(text As String, style As RTStyle)
No description avail
|
Sub revalidateRT()
No description avail
|
Function setStyle(start As Integer, length As Long, style As RTStyle, overwrite As Boolean) As StyleContext
No description avail
|
Function setStyle(start As Integer, length As Long, style As Style, overwrite As Boolean) As StyleContext
No description avail
|
No description avail
|
Function getText(start As Integer, length As Integer) As String
No description avail
|
Function GetPosByXY(x As Integer, y As Integer) As Integer
No description avail
|
Function GetPosByXY(v As Point) As Integer
No description avail
|
Function GetXYByPos(pos As Integer) As Point
No description avail
|
Function GetRectByPos(pos As Integer) As Rectangle
No description avail
|
Sub setBidiLevel(start As Integer, length As Long, v As Integer)
No description avail
|
Sub setSuperscript(start As Integer, length As Long, v As Boolean)
No description avail
|
Sub setSubscript(start As Integer, length As Long, v As Boolean)
No description avail
|
Sub setSpaceAbove(start As Integer, length As Long, v As Single)
No description avail
|
Sub setSpaceBelow(start As Integer, length As Long, v As Single)
No description avail
|
Sub setRightIndent(start As Integer, length As Long, v As Single)
No description avail
|
Sub setLeftIndent(start As Integer, length As Long, v As Single)
No description avail
|
Sub setFirstLineIndent(start As Integer, length As Long, v As Single)
No description avail
|
Sub setBold(start As Integer, length As Long, v As Boolean)
No description avail
|
Sub setItalic(start As Integer, length As Long, v As Boolean)
No description avail
|
Sub setUnderline(start As Integer, length As Long, v As Boolean)
No description avail
|
Sub setFontName(start As Integer, length As Long, v As String)
No description avail
|
Sub setFontSize(start As Integer, length As Long, v As Integer)
No description avail
|
Sub setTextColor(start As Integer, length As Long, v As Long)
No description avail
|
Sub setBackColor(start As Integer, length As Long, v As Long)
No description avail
|
No description avail
|
Sub setStrikeThrough(start As Integer, length As Long, v As Boolean)
No description avail
|
Function createStyle() As RTStyle
No description avail
|
Function createStyle(styleName As String) As RTStyle
No description avail
|
Sub removeStyle(styleName As String)
No description avail
|
Sub InsertIcon(IconPath As IResource, pos As Integer)
No description avail
|
Sub InsertComponent(v As Component, pos As Integer)
No description avail
|
Sub InsertIcon(IconPath As IResource)
No description avail
|
Sub InsertComponent(v As Component)
No description avail
|
Function toString() As String
No description avail
|
Sub SetFocus()
No description avail
|
Sub Refresh()
No description avail
|