InkEdit 成员

包括受保护的成员
包括继承的成员

包括 .NET Framework 成员
包括 .NET Compact Framework 成员
包括 XNA Framework 成员

更新:2007 年 11 月

InkEdit 控件让您可以收集和识别墨迹,并将其作为文本 显示。使用此控件可以启用智能窗体以提高文本输入的准确性。

InkEdit 类型公开以下成员。

构造函数

  名称 说明
ms552311.pubmethod(zh-cn,VS.90).gif InkEdit 初始化 InkEdit 控件的新实例。

页首

方法

  名称 说明
ms552311.protmethod(zh-cn,VS.90).gif AccessibilityNotifyClients 已重载。
ms552311.pubmethod(zh-cn,VS.90).gif AppendText 向文本框的当前文本追加文本。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif BeginInvoke 已重载。
ms552311.pubmethod(zh-cn,VS.90).gif BringToFront 将控件带到 Z 顺序的前面。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif CanPaste 确定是否可以粘贴指定数据格式的剪贴板信息。 (继承自 RichTextBox。)
ms552311.pubmethod(zh-cn,VS.90).gif Clear 从文本框控件中清除所有文本。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif ClearUndo 从该文本框的撤消缓冲区中清除关于最近操作的信息。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif Contains 检索一个值,该值指示指定控件是否为一个控件的子控件。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif Copy 将文本框中的当前选定内容复制到“剪贴板”。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif CreateAccessibilityInstance 为该控件创建一个新的辅助功能对象。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif CreateControl 强制创建控件,包括创建句柄和任何子控件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif CreateControlsInstance 为控件创建控件集合的新实例。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif CreateGraphics 为控件创建 Graphics。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif CreateHandle 为该控件创建句柄。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif CreateObjRef 创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。 (继承自 MarshalByRefObject。)
ms552311.protmethod(zh-cn,VS.90).gif CreateRichEditOleCallback 创建用于处理 Rich Edit 回调操作的 IRichEditOleCallback 兼容对象。 (继承自 RichTextBox。)
ms552311.pubmethod(zh-cn,VS.90).gif Cut 将文本框中的当前选定内容移动到“剪贴板”中。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif DefWndProc 向默认窗口过程发送指定消息。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif DeselectAll SelectionLength 属性的值指定为零,从而不会在控件中选择字符。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif DestroyHandle 毁坏与该控件关联的句柄。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif Dispose 已重载。 释放 InkEdit 控件所使用的资源。
ms552311.pubmethod(zh-cn,VS.90).gif DoDragDrop 开始拖放操作。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif DrawToBitmap 基础结构。此方法与此类无关。 (继承自 RichTextBox。)
ms552311.pubmethod(zh-cn,VS.90).gif EndInvoke 检索由传递的 IAsyncResult 表示的异步操作的返回值。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif Equals 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。)
ms552311.protmethod(zh-cn,VS.90).gif Finalize 在通过垃圾回收将 Component 回收之前,释放非托管资源并执行其他清理操作。 (继承自 Component。)
ms552311.pubmethod(zh-cn,VS.90).gif Find 已重载。
ms552311.pubmethod(zh-cn,VS.90).gif FindForm 检索控件所在的窗体。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif Focus 为控件设置输入焦点。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif GetAccessibilityObjectById 检索指定的 AccessibleObject。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif GetAutoSizeMode 检索一个值,该值指示当启用控件的 AutoSize 属性时控件的行为方式。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif GetCharFromPosition 检索控件内距离指定位置最近的字符。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif GetCharIndexFromPosition 检索距离指定位置最近的字符的索引。 (继承自 RichTextBox。)
ms552311.pubmethod(zh-cn,VS.90).gif GetChildAtPoint 已重载。
ms552311.pubmethod(zh-cn,VS.90).gif GetContainerControl 沿着控件的父控件链向上,返回下一个 ContainerControl。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif GetFirstCharIndexFromLine 检索给定行第一个字符的索引。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif GetFirstCharIndexOfCurrentLine 检索当前行第一个字符的索引。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif GetGestureStatus 返回一个值,该值指示 InkEdit 对象是否关注特定的应用程序笔势
ms552311.pubmethod(zh-cn,VS.90).gif GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
ms552311.pubmethod(zh-cn,VS.90).gif GetLifetimeService 检索控制此实例的生存期策略的当前生存期服务对象。 (继承自 MarshalByRefObject。)
ms552311.pubmethod(zh-cn,VS.90).gif GetLineFromCharIndex RichTextBox 控件文本内的指定字符位置检索行号。 (继承自 RichTextBox。)
ms552311.pubmethod(zh-cn,VS.90).gif GetNextControl 按照子控件的 Tab 键顺序向前或向后检索下一个控件。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif GetPositionFromCharIndex 检索控件内指定字符索引处的位置。 (继承自 RichTextBox。)
ms552311.pubmethod(zh-cn,VS.90).gif GetPreferredSize 检索可以容纳控件的矩形区域的大小。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif GetScaledBounds 检索缩放控件时的边界。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif GetService 返回一个对象,该对象表示由 Component 或它的 Container 提供的服务。 (继承自 Component。)
ms552311.protmethod(zh-cn,VS.90).gif GetStyle 为控件检索指定控件样式位的值。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif GetTopLevel 确定控件是否是顶级控件。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif GetType 获取当前实例的 Type。 (继承自 Object。)
ms552311.pubmethod(zh-cn,VS.90).gif Hide 对用户隐藏控件。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif InitializeLifetimeService 获取控制此实例的生存期策略的生存期服务对象。 (继承自 MarshalByRefObject。)
ms552311.protmethod(zh-cn,VS.90).gif InitLayout 在将控件添加到另一个容器之后调用。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif Invalidate 已重载。
ms552311.pubmethod(zh-cn,VS.90).gif Invoke 已重载。
ms552311.protmethod(zh-cn,VS.90).gif InvokeGotFocus 为指定的控件引发 GotFocus 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif InvokeLostFocus 为指定的控件引发 LostFocus 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif InvokeOnClick 为指定的控件引发 Click 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif InvokePaint 为指定的控件引发 Paint 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif InvokePaintBackground 为指定的控件引发 PaintBackground 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif IsInputChar 确定一个字符是否是控件可识别的输入字符。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif IsInputKey 基础结构。确定指定的键是输入键还是需要预处理的特殊键。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif LoadFile 已重载。
ms552311.protmethod(zh-cn,VS.90).gif MemberwiseClone 已重载。
ms552311.protmethod(zh-cn,VS.90).gif NotifyInvalidate 基础结构。 引发 Invalidated 事件,其中带有要使之无效的控件的指定区域。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnAcceptsTabChanged 引发 AcceptsTabChanged 事件。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif OnAutoSizeChanged 引发 AutoSizeChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnBackColorChanged 引发 BackColorChanged 事件。 (继承自 RichTextBox。)
ms552311.protmethod(zh-cn,VS.90).gif OnBackgroundImageChanged 引发 BackgroundImageChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnBackgroundImageLayoutChanged 引发 BackgroundImageLayoutChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnBindingContextChanged 引发 BindingContextChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnBorderStyleChanged 引发 BorderStyleChanged 事件。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif OnCausesValidationChanged 引发 CausesValidationChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnChangeUICues 引发 ChangeUICues 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnClick 引发 Click 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnClientSizeChanged 引发 ClientSizeChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnContentsResized 引发 ContentsResized 事件。 (继承自 RichTextBox。)
ms552311.protmethod(zh-cn,VS.90).gif OnContextMenuChanged 引发 ContextMenuChanged 事件。 (继承自 RichTextBox。)
ms552311.protmethod(zh-cn,VS.90).gif OnContextMenuStripChanged 引发 ContextMenuStripChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnControlAdded 引发 ControlAdded 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnControlRemoved 引发 ControlRemoved 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnCreateControl 引发 CreateControl 方法。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnCursorChanged 引发 CursorChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnDockChanged 引发 DockChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnDoubleClick 引发 DoubleClick 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnDragDrop 引发 DragDrop 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnDragEnter 引发 DragEnter 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnDragLeave 引发 DragLeave 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnDragOver 引发 DragOver 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnEnabledChanged 引发 EnabledChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnEnter 引发 Enter 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnFontChanged 引发 FontChanged 事件。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif OnForeColorChanged 引发 ForeColorChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnGesture 允许派生类修改 Gesture 事件的默认行为。
ms552311.protmethod(zh-cn,VS.90).gif OnGiveFeedback 引发 GiveFeedback 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnGotFocus 引发 GotFocus 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnHandleCreated 允许派生类修改 HandleCreated 事件的默认行为。 (重写 RichTextBox.OnHandleCreated(EventArgs)。)
ms552311.protmethod(zh-cn,VS.90).gif OnHandleDestroyed (继承自 RichTextBox。)
ms552311.protmethod(zh-cn,VS.90).gif OnHelpRequested 引发 HelpRequested 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnHideSelectionChanged 引发 HideSelectionChanged 事件。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif OnHScroll 引发 HScroll 事件。 (继承自 RichTextBox。)
ms552311.protmethod(zh-cn,VS.90).gif OnImeChange 引发 ImeChange 事件。 (继承自 RichTextBox。)
ms552311.protmethod(zh-cn,VS.90).gif OnImeModeChanged 引发 ImeModeChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnInvalidated 引发 Invalidated 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnKeyDown 引发 KeyDown 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnKeyPress 引发 KeyPress 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnKeyUp 引发 KeyUp 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnLayout 引发 Layout 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnLeave 引发 Leave 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnLinkClicked 引发 LinkClicked 事件。 (继承自 RichTextBox。)
ms552311.protmethod(zh-cn,VS.90).gif OnLocationChanged 引发 LocationChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnLostFocus 引发 LostFocus 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnMarginChanged 引发 MarginChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnModifiedChanged 引发 ModifiedChanged 事件。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif OnMouseCaptureChanged 引发 MouseCaptureChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnMouseClick 引发 MouseClick 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnMouseDoubleClick 引发 MouseDoubleClick 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnMouseDown 引发 MouseDown 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnMouseEnter 引发 MouseEnter 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnMouseHover 引发 MouseHover 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnMouseLeave 引发 MouseLeave 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnMouseMove 引发 MouseMove 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnMouseUp 引发 MouseUp 事件。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif OnMouseWheel 引发 MouseWheel 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnMove 引发 Move 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnMultilineChanged 引发 MultilineChanged 事件。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif OnNotifyMessage 向控件通知 Windows 消息。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnPaddingChanged 基础结构。此方法与此类无关。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif OnPaint 引发 Paint 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnPaintBackground 绘制控件的背景。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnParentBackColorChanged 当控件容器的 BackColor 属性值更改时,将引发 BackColorChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnParentBackgroundImageChanged 当控件容器的 BackgroundImage 属性值更改时,将引发 BackgroundImageChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnParentBindingContextChanged 当控件容器的 BindingContext 属性值更改时,将引发 BindingContextChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnParentChanged 引发 ParentChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnParentCursorChanged 引发 CursorChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnParentEnabledChanged 当控件容器的 Enabled 属性值更改时,将引发 EnabledChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnParentFontChanged 当控件容器的 Font 属性值更改时,将引发 FontChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnParentForeColorChanged 当控件容器的 ForeColor 属性值更改时,将引发 ForeColorChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnParentRightToLeftChanged 当控件容器的 RightToLeft 属性值更改时,将引发 RightToLeftChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnParentVisibleChanged 当控件容器的 Visible 属性值更改时,将引发 VisibleChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnPreviewKeyDown 引发 PreviewKeyDown 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnPrint 引发 Paint 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnProtected 引发 Protected 事件。 (继承自 RichTextBox。)
ms552311.protmethod(zh-cn,VS.90).gif OnQueryContinueDrag 引发 QueryContinueDrag 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnReadOnlyChanged 引发 ReadOnlyChanged 事件。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif OnRecognition 允许派生类修改 Recognition 事件的默认行为。
ms552311.protmethod(zh-cn,VS.90).gif OnRegionChanged 引发 RegionChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnResize 引发 Resize 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnRightToLeftChanged 引发 RightToLeftChanged 事件。 (继承自 RichTextBox。)
ms552311.protmethod(zh-cn,VS.90).gif OnSelectionChanged 引发 SelectionChanged 事件。 (继承自 RichTextBox。)
ms552311.protmethod(zh-cn,VS.90).gif OnSizeChanged 引发 SizeChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnStroke 允许派生类修改 Stroke 事件的默认行为。
ms552311.protmethod(zh-cn,VS.90).gif OnStyleChanged 引发 StyleChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnSystemColorsChanged 引发 SystemColorsChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnTabIndexChanged 引发 TabIndexChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnTabStopChanged 引发 TabStopChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnTextChanged 引发 TextChanged 事件。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif OnValidated 引发 Validated 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnValidating 引发 Validating 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnVisibleChanged 引发 VisibleChanged 事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif OnVScroll 引发 VScroll 事件。 (继承自 RichTextBox。)
ms552311.pubmethod(zh-cn,VS.90).gif Paste 已重载。
ms552311.pubmethod(zh-cn,VS.90).gif PerformLayout 已重载。
ms552311.pubmethod(zh-cn,VS.90).gif PointToClient 将指定屏幕点的位置计算成工作区坐标。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif PointToScreen 将指定工作区点的位置计算成屏幕坐标。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif PreProcessControlMessage 在调度键盘或输入消息之前,在消息循环内对它们进行预处理。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif PreProcessMessage 在调度键盘或输入消息之前,在消息循环内对它们进行预处理。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif ProcessCmdKey 获取指示 ShortcutsEnabled 属性状态的值。 (继承自 RichTextBox。)
ms552311.protmethod(zh-cn,VS.90).gif ProcessDialogChar 处理对话框字符。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif ProcessDialogKey 处理对话框键。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif ProcessKeyEventArgs 处理键消息并生成适当的控件事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif ProcessKeyMessage 处理键盘消息。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif ProcessKeyPreview 预览键盘消息。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif ProcessMnemonic 处理助记键字符。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif RaiseDragEvent 引发适当的拖动事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif RaiseKeyEvent 引发适当的键事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif RaiseMouseEvent 引发适当的鼠标事件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif RaisePaintEvent 引发适当的绘画事件。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif Recognize 使 InkEdit 控件上的墨迹被识别。
ms552311.protmethod(zh-cn,VS.90).gif RecreateHandle 强制为控件重新创建句柄。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif RectangleToClient 计算指定屏幕矩形的大小和位置(以工作区坐标表示)。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif RectangleToScreen 计算指定工作区矩形的大小和位置(以屏幕坐标表示)。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif Redo 重新应用控件中上次撤消的操作。 (继承自 RichTextBox。)
ms552311.pubmethod(zh-cn,VS.90).gif Refresh 强制控件使其工作区无效并立即重绘自己和任何子控件。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif ResetBackColor BackColor 属性重置为其默认值。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif ResetBindings 使绑定到 BindingSource 的控件重新读取列表中的所有项,并刷新这些项的显示值。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif ResetCursor Cursor 属性重置为其默认值。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif ResetFont Font 属性重置为其默认值。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif ResetForeColor ForeColor 属性重置为其默认值。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif ResetImeMode ImeMode 属性重置为其默认值。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif ResetMouseEventArgs 基础结构。 重置控件以处理 MouseLeave 事件。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif ResetRightToLeft RightToLeft 属性重置为其默认值。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif ResetText Text 属性重置为其默认值。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif ResumeLayout 已重载。
ms552311.protmethod(zh-cn,VS.90).gif RtlTranslateAlignment 已重载。
ms552311.protmethod(zh-cn,VS.90).gif RtlTranslateContent 将指定的 ContentAlignment 转换为相应的 ContentAlignment 以支持从右向左的文本。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif RtlTranslateHorizontal 将指定的 HorizontalAlignment 转换为相应的 HorizontalAlignment 以支持从右向左的文本。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif RtlTranslateLeftRight 将指定的 LeftRightAlignment 转换为相应的 LeftRightAlignment 以支持从右向左的文本。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif SaveFile 已重载。
ms552311.pubmethod(zh-cn,VS.90).gif Scale 已重载。
ms552311.protmethod(zh-cn,VS.90).gif ScaleControl 缩放控件的位置、大小、空白和边距。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif ScaleCore 基础结构。 此方法与此类无关。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif ScrollToCaret 将控件的内容滚动到当前插入符号位置。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif Select 已重载。
ms552311.pubmethod(zh-cn,VS.90).gif SelectAll 选定文本框中的所有文本。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif SelectNextControl 激活下一个控件。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif SendToBack 将控件发送到 Z 顺序的后面。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif SetAutoSizeMode 设置一个值,该值指示当启用控件的 AutoSize 属性时控件的行为方式。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif SetBounds 已重载。
ms552311.protmethod(zh-cn,VS.90).gif SetBoundsCore 设置 TextBoxBase 控件的指定边界。 (继承自 TextBoxBase。)
ms552311.protmethod(zh-cn,VS.90).gif SetClientSizeCore 设置控件的工作区的大小。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif SetGestureStatus 设置 InkEdit 控件是否关注某个已知应用程序笔势
ms552311.protmethod(zh-cn,VS.90).gif SetStyle 将指定的 ControlStyles 标志设置为 true 或 false。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif SetTopLevel 将控件设置为顶级控件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif SetVisibleCore 将控件设置为指定的可见状态。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif Show 向用户显示控件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif SizeFromClientSize 确定整个控件(从控件工作区的高度和宽度起计算)的大小。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif SuspendLayout 临时挂起控件的布局逻辑。 (继承自 Control。)
ms552311.pubmethod(zh-cn,VS.90).gif ToString 基础结构。返回表示 TextBoxBase 控件的字符串。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif Undo 撤消文本框中的上一个编辑操作。 (继承自 TextBoxBase。)
ms552311.pubmethod(zh-cn,VS.90).gif Update 使控件重绘其工作区内的无效区域。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif UpdateBounds 已重载。
ms552311.protmethod(zh-cn,VS.90).gif UpdateStyles 强制将分配的样式重新应用到控件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif UpdateZOrder 按控件的父级的 Z 顺序更新控件。 (继承自 Control。)
ms552311.protmethod(zh-cn,VS.90).gif WndProc 处理消息。此成员重写 System.Windows.Forms.Control.WndProc 方法。 (重写 RichTextBox.WndProc(Message%)。)

页首

属性

  名称 说明
ms552311.pubproperty(zh-cn,VS.90).gif AcceptsTab 获取或设置一个值,该值指示在多行文本框控件中按 Tab 键时,是否在控件中键入一个 Tab 字符,而不是按选项卡的顺序将焦点移动到下一个控件。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif AccessibilityObject 获取分配给该控件的 AccessibleObject。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif AccessibleDefaultActionDescription 获取或设置控件的默认操作说明,供辅助功能客户端应用程序使用。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif AccessibleDescription 获取或设置辅助功能客户端应用程序使用的控件说明。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif AccessibleName 获取或设置辅助功能客户端应用程序所使用的控件名称。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif AccessibleRole 获取或设置控件的辅助性角色 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif AllowDrop 获取或设置一个值,该值指示控件是否允许拖放操作。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif Anchor 获取或设置控件绑定到的容器的边缘并确定控件如何随其父级一起调整大小。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif AutoScrollOffset 获取或设置一个值,该值指示在 ScrollControlIntoView 中将控件滚动到何处。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif AutoSize 基础结构。此属性与此类无关。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif AutoWordSelection 获取或设置一个值,通过该值指示是否启用自动选择字词。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif BackColor 获取或设置控件的背景色。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif BackgroundImage 基础结构。此属性与此类无关。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif BackgroundImageLayout 基础结构。此属性与此类无关。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif BindingContext 获取或设置控件的 BindingContext。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif BorderStyle 获取或设置文本框控件的边框类型。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif Bottom 获取控件下边缘与其容器的工作区上边缘之间的距离(以像素为单位)。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Bounds 获取或设置控件(包括其非工作区元素)相对于其父控件的大小和位置(以像素为单位)。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif BulletIndent 获取或设置对文本应用项目符号样式时,RichTextBox 控件中使用的缩进。 (继承自 RichTextBox。)
ms552311.protproperty(zh-cn,VS.90).gif CanEnableIme 获取一个用以指示是否可以将 ImeMode 属性设置为活动值的值,以启用 IME 支持。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif CanFocus 获取一个值,该值指示控件是否可以接收焦点。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif CanRaiseEvents 确定是否可以在控件上引发事件。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif CanRedo 获取一个值,通过该值指示在 RichTextBox 内发生的操作中是否有可以重新应用的操作。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif CanSelect 获取一个值,该值指示是否可以选中控件。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif CanUndo 获取一个值,该值指示用户在文本框控件中能否撤消前一操作。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif Capture 获取或设置一个值,该值指示控件是否已捕获鼠标。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif CausesValidation 获取或设置一个值,该值指示控件是否会引起在任何需要在接收焦点时执行验证的控件上执行验证。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif ClientRectangle 获取表示控件的工作区的矩形。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif ClientSize 获取或设置控件的工作区的高度和宽度。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif CompanyName 获取包含控件的应用程序的公司名称或创建者。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Container 获取 IContainer,它包含 Component。 (继承自 Component。)
ms552311.pubproperty(zh-cn,VS.90).gif ContainsFocus 获取一个值,该值指示控件或它的一个子控件当前是否有输入焦点。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif ContextMenu 获取或设置与控件关联的快捷菜单。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif ContextMenuStrip 获取或设置与此控件关联的 ContextMenuStrip。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Controls 获取包含在控件内的控件的集合。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Created 获取一个值,该值指示控件是否已经创建。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif CreateParams 获取 CreateParams 属性的重写版本,该属性包含创建控件句柄时所需的创建参数。 (重写 RichTextBox.CreateParams。)
ms552311.pubproperty(zh-cn,VS.90).gif Cursor 获取或设置当鼠标指针悬停在控件上时所显示的 Cursor(光标)。 (重写 Control.Cursor。)
ms552311.pubproperty(zh-cn,VS.90).gif DataBindings 为该控件获取数据绑定。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif DefaultCursor 获取或设置控件的默认光标。 (继承自 TextBoxBase。)
ms552311.protproperty(zh-cn,VS.90).gif DefaultImeMode 获取控件支持的输入法编辑器 (IME) 模式。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif DefaultMargin 获取控件之间默认情况下指定的间距(以像素为单位)。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif DefaultMaximumSize 获取以像素为单位的长度和高度,此长度和高度被指定为控件的默认最大大小。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif DefaultMinimumSize 获取以像素为单位的长度和高度,此长度和高度被指定为控件的默认最小大小。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif DefaultPadding 获取控件内容的内部间距(以像素为单位)。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif DefaultSize 获取控件的默认大小。 (继承自 RichTextBox。)
ms552311.protproperty(zh-cn,VS.90).gif DesignMode 获取一个值,用以指示 Component 当前是否处于设计模式。 (继承自 Component。)
ms552311.pubproperty(zh-cn,VS.90).gif DetectUrls 获取或设置一个值,通过该值指示当在控件中键入某个统一资源定位器 (URL) 时,RichTextBox 是否自动设置 URL 的格式。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif DisplayRectangle 获取表示控件的显示区域的矩形。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Disposing 获取一个值,该值指示是否正在释放 InkEdit 控件。
ms552311.pubproperty(zh-cn,VS.90).gif Dock 获取或设置哪些控件边框停靠到其父控件并确定控件如何随其父级一起调整大小。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif DoubleBuffered 基础结构。获取或设置一个值,该值指示是否在显示控件前在缓冲区中完成控件绘制。此属性与此类无关。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif DrawingAttributes 获取或设置在绘制墨迹 时应用于该墨迹的绘制属性。
ms552311.pubproperty(zh-cn,VS.90).gif EnableAutoDragDrop 获取或设置一个值,该值在文本、图片和其他数据上启用拖放操作。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif Enabled 获取或设置一个值,该值指示控件是否可以对用户交互作出响应。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif Events 获取附加到此 Component 的事件处理程序的列表。 (继承自 Component。)
ms552311.pubproperty(zh-cn,VS.90).gif Factoid 获取或设置 InkEdit 控件使用的智能标记 的字符串名称。
ms552311.pubproperty(zh-cn,VS.90).gif Focused 获取一个值,该值指示控件是否有输入焦点。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Font 获取或设置在控件中显示文本时所使用的字体。 (继承自 RichTextBox。)
ms552311.protproperty(zh-cn,VS.90).gif FontHeight 获取或设置控件的字体的高度。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif ForeColor 获取或设置在控件中显示文本时所使用的字体。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif Handle 获取控件绑定到的窗口句柄。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif HasChildren 获取一个值,该值指示控件是否包含一个或多个子控件。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Height 获取或设置控件的高度。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif HideSelection 获取或设置一个值,该值指示当文本框控件没有焦点时,该控件中选定的文本是否保持突出显示。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif ImeMode 获取或设置控件的输入法编辑器 (IME) 模式。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif ImeModeBase (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif InkInsertMode 获取或设置 InkInsertMode 枚举中的一个值,该值指示墨迹 如何插入到控件上。
ms552311.pubproperty(zh-cn,VS.90).gif InkMode 获取或设置 InkMode 枚举类型中的一个值,该值指示 InkEdit 控件收集墨迹 还是笔势,还是同时收集两者。
ms552311.pubproperty(zh-cn,VS.90).gif InvokeRequired 获取一个值,该值指示调用方在对控件进行方法调用时是否必须调用 Invoke 方法,因为调用方位于创建控件所在的线程以外的线程中。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif IsAccessible 获取或设置一个值,该值指示控件对辅助功能应用程序是否可见。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif IsDisposed 获取一个值,该值指示控件是否已经被释放。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif IsHandleCreated 获取一个值,该值指示控件是否有与它关联的句柄。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif IsMirrored 获取一个值,该值指示此控件是否为镜像控件。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif LanguageOption 获取或设置一个值,该值指示输入法编辑器 (IME) 和亚洲语言支持的 RichTextBox 设置。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif LayoutEngine 获取控件的布局引擎的缓存实例。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Left 获取或设置控件左边缘与其容器的工作区左边缘之间的距离(以像素为单位)。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Lines 获取或设置文本框控件中的文本行。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif Location 获取或设置该控件的左上角相对于其容器的左上角的坐标。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Margin 获取或设置控件之间的空间。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif MaximumSize 获取或设置大小,该大小是 GetPreferredSize 可以指定的上限。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif MaxLength 获取或设置用户可在多格式文本框控件中键入或粘贴的最大字符数。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif MinimumSize 获取或设置大小,该大小是 GetPreferredSize 可以指定的下限。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Modified 获取或设置一个值,该值指示自创建文本框控件或上次设置该控件的内容后,用户修改了该控件。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif Multiline 获取或设置一个值,该值指示此控件是否为多行 RichTextBox 控件。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif Name 获取或设置控件的名称。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Padding 基础结构。此属性与此类无关。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif Parent 获取或设置控件的父容器。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif PreferredHeight 获取文本框的首选高度。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif PreferredSize 获取可以容纳控件的矩形区域的大小。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif ProductName 获取包含控件的程序集的产品名称。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif ProductVersion 获取包含控件的程序集的版本。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif ReadOnly 获取或设置一个值,该值指示文本框中的文本是否为只读。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif Recognizer 获取或设置 InkEdit 控件使用的 Recognizer 对象。
ms552311.pubproperty(zh-cn,VS.90).gif RecoTimeout 获取或设置从收集完最后一个笔画到开始文本 识别之间的时间长度(以毫秒为单位)。
ms552311.pubproperty(zh-cn,VS.90).gif RecreatingHandle 获取一个值,该值指示控件当前是否在重新创建其句柄。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif RedoActionName 获取当调用 Redo 方法后,可以重新应用到控件的操作名称。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif Region 获取或设置与控件关联的窗口区域。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif RenderRightToLeft 已过时。 此属性现已过时。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif ResizeRedraw 获取或设置一个值,该值指示控件在调整大小时是否重绘自己。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif RichTextShortcutsEnabled 基础结构。此属性与此类无关。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif Right 获取控件右边缘与其容器的工作区左边缘之间的距离(以像素为单位)。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif RightMargin 获取或设置 RichTextBox 控件内单个文本行的大小。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif RightToLeft 获取或设置一个值,该值指示是否将控件的元素对齐以支持使用从右向左的字体的区域设置。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Rtf 获取或设置 RichTextBox 控件的文本,包括所有 RTF 格式代码。 (继承自 RichTextBox。)
ms552311.protproperty(zh-cn,VS.90).gif ScaleChildren 获取一个值,该值确定子控件的缩放。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif ScrollBars 获取或设置 RichTextBox 控件中显示的滚动条类型。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectedRtf 获取或设置控件中当前选择的 RTF 格式的格式化文本。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectedText 获取或设置 RichTextBox 内的选定文本。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionAlignment 获取或设置应用到当前选定内容或插入点的对齐方式。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionBackColor 获取或设置 RichTextBox 控件中的文本在选中时的颜色。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionBullet 获取或设置一个值,通过该值指示项目符号样式是否应用到当前选定内容或插入点。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionCharOffset 获取或设置控件中的文本是显示在基线上、作为上标还是作为基线下方的下标。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionColor 获取或设置当前选定文本或插入点的文本颜色。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionFont 获取或设置当前选定文本或插入点的字体。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionHangingIndent 获取或设置选定段落中第一行文本的左边缘和同一段落中后面各行的左边缘之间的距离。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionIndent 获取或设置所选内容开始行的缩进距离(以像素为单位)。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionLength 获取或设置控件中选定的字符数。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionProtected 获取或设置一个值,通过该值指示是否保护当前选定文本。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionRightIndent RichTextBox 控件右边缘与选中文本或在当前插入点添加的文本的右边缘之间的距离(以像素为单位)。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionStart 获取或设置文本框中选定的文本起始点。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionTabs 获取或设置 RichTextBox 控件中的绝对制表位位置。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelectionType 获取控件内的选定内容类型。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif SelInks 获取或设置当前选定内容中嵌入的 Ink 对象(如果显示为墨迹)的数组。
ms552311.pubproperty(zh-cn,VS.90).gif SelInksDisplayMode 获取或设置一个值,该值指示所选墨迹显示为墨迹 还是文本
ms552311.pubproperty(zh-cn,VS.90).gif ShortcutsEnabled 获取或设置一个值,该值指示是否启用定义的快捷方式。 (继承自 TextBoxBase。)
ms552311.protproperty(zh-cn,VS.90).gif ShowFocusCues 获取一个值,该值指示控件是否应显示聚焦框。 (继承自 Control。)
ms552311.protproperty(zh-cn,VS.90).gif ShowKeyboardCues 获取一个值,该值指示用户界面是否处于适当的状态以显示或隐藏键盘快捷键。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif ShowSelectionMargin 获取或设置一个值,通过该值指示 RichTextBox 中是否显示选定内容的边距。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif Site 获取或设置控件的站点。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Size 获取或设置控件的高度和宽度。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Status 获取一个值,该值指示 InkEdit 控件当前处于空闲状态、正在收集墨迹 还是正在识别墨迹。
ms552311.pubproperty(zh-cn,VS.90).gif TabIndex 获取或设置在控件的容器的控件的 Tab 键顺序。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif TabStop 获取或设置一个值,该值指示用户能否使用 Tab 键将焦点放到该控件上。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Tag 获取或设置包含有关控件的数据的对象。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Text 获取或设置多格式文本框中的当前文本。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif TextLength 获取控件中文本的长度。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif Top 获取或设置控件上边缘与其容器的工作区上边缘之间的距离(以像素为单位)。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif TopLevelControl 获取没有另一个 Windows 窗体控件作为其父级的父控件。通常,这是控件所在的最外面的 Form。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif UndoActionName 获取调用 Undo 方法后在控件中可撤消的操作名称。 (继承自 RichTextBox。)
ms552311.pubproperty(zh-cn,VS.90).gif UseMouseForInput 获取或设置一个值,该值指示鼠标是否可用作 InkEdit 控件的输入设备。
ms552311.pubproperty(zh-cn,VS.90).gif UseWaitCursor 获取或设置一个值,该值指示是否将等待光标用于当前控件以及所有子控件。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Visible 获取或设置一个值,该值指示是否显示该控件及其所有父控件。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif Width 获取或设置控件的宽度。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif WindowTarget 基础结构。 此属性与此类无关。 (继承自 Control。)
ms552311.pubproperty(zh-cn,VS.90).gif WordWrap 指示多行文本框控件在必要时是否自动换行到下一行的开始。 (继承自 TextBoxBase。)
ms552311.pubproperty(zh-cn,VS.90).gif ZoomFactor 获取或设置 RichTextBox 的当前缩放级别。 (继承自 RichTextBox。)

页首

事件

  名称 说明
ms552311.pubevent(zh-cn,VS.90).gif AcceptsTabChanged AcceptsTab 属性的值更改后发生。 (继承自 TextBoxBase。)
ms552311.pubevent(zh-cn,VS.90).gif AutoSizeChanged 基础结构。此事件与此类无关。 (继承自 TextBoxBase。)
ms552311.pubevent(zh-cn,VS.90).gif BackColorChanged BackColor 属性的值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif BackgroundImageChanged BackgroundImage 属性的值更改时发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif BackgroundImageLayoutChanged 基础结构。当 BackgroundImageLayout 属性的值更改时发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif BindingContextChanged BindingContext 属性的值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif BorderStyleChanged BorderStyle 属性的值更改后发生。 (继承自 TextBoxBase。)
ms552311.pubevent(zh-cn,VS.90).gif CausesValidationChanged CausesValidation 属性的值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif ChangeUICues 在焦点或键盘用户界面 (UI) 提示更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Click 在单击文本框时发生。 (继承自 TextBoxBase。)
ms552311.pubevent(zh-cn,VS.90).gif ClientSizeChanged ClientSize 属性的值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif ContentsResized 当调整控件内容的大小时发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif ContextMenuChanged ContextMenu 属性的值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif ContextMenuStripChanged ContextMenuStrip 属性的值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif ControlAdded 在将新控件添加到 Control.ControlCollection 时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif ControlRemoved 在从 Control.ControlCollection 移除控件时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif CursorChanged Cursor 属性的值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Disposed 当通过调用 Dispose 方法释放组件时发生。 (继承自 Component。)
ms552311.pubevent(zh-cn,VS.90).gif DockChanged Dock 属性的值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif DoubleClick 在双击控件时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif DragDrop 在用户完成拖放时发生 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif DragEnter 在将对象拖入控件的边界时发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif DragLeave 基础结构。在将对象拖出控件的边界时发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif DragOver 基础结构。在将对象拖到控件的边界上发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif EnabledChanged Enabled 属性值更改后发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Enter 进入控件时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif FontChanged Font 属性值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif ForeColorChanged ForeColor 属性值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Gesture 识别应用程序笔势 时发生。
ms552311.pubevent(zh-cn,VS.90).gif GiveFeedback 基础结构。在执行拖动操作期间发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif GotFocus 在控件接收焦点时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif HandleCreated 在为控件创建句柄时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif HandleDestroyed 在控件的句柄处于销毁过程中时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif HelpRequested 当用户请求控件的帮助时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif HideSelectionChanged HideSelection 属性的值更改后发生。 (继承自 TextBoxBase。)
ms552311.pubevent(zh-cn,VS.90).gif HScroll 当用户单击控件的水平滚动条时发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif ImeChange 当用户在中文版的 Windows 操作系统上切换输入方法时发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif ImeModeChanged ImeMode 属性更改后发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Invalidated 在控件的显示需要重绘时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif KeyDown 在控件有焦点的情况下按下键时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif KeyPress 在控件有焦点的情况下按下键时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif KeyUp 在控件有焦点的情况下释放键时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Layout 在控件应重新定位其子控件时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Leave 在输入焦点离开控件时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif LinkClicked 当用户在控件文本内的链接上单击时发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif LocationChanged Location 属性值更改后发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif LostFocus 当控件失去焦点时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif MarginChanged 在控件边距更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif ModifiedChanged Modified 属性的值更改后发生。 (继承自 TextBoxBase。)
ms552311.pubevent(zh-cn,VS.90).gif MouseCaptureChanged 当控件失去或获得鼠标捕获时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif MouseClick 在鼠标单击该控件时发生。 (继承自 TextBoxBase。)
ms552311.pubevent(zh-cn,VS.90).gif MouseDoubleClick 当用鼠标双击控件时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif MouseDown 当鼠标指针位于控件上并按下鼠标键时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif MouseEnter 在鼠标指针进入控件时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif MouseHover 在鼠标指针停放在控件上时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif MouseLeave 在鼠标指针离开控件时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif MouseMove 在鼠标指针移到控件上时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif MouseUp 在鼠标指针在控件上并释放鼠标键时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif MouseWheel 在移动鼠标滚轮并且控件有焦点时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Move 在移动控件时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif MultilineChanged Multiline 属性的值更改后发生。 (继承自 TextBoxBase。)
ms552311.pubevent(zh-cn,VS.90).gif PaddingChanged 基础结构。此事件与此类无关。 (继承自 TextBoxBase。)
ms552311.pubevent(zh-cn,VS.90).gif Paint 基础结构。在重绘控件时发生。此事件与此类无关。 (继承自 TextBoxBase。)
ms552311.pubevent(zh-cn,VS.90).gif ParentChanged Parent 属性值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif PreviewKeyDown 在焦点位于此控件上的情况下,当有按键动作时发生(在 KeyDown 事件之前发生)。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Protected 当用户试图修改控件中受保护的文本时发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif QueryAccessibilityHelp AccessibleObject 为辅助功能应用程序提供帮助时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif QueryContinueDrag 基础结构。此事件与该类无关。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif ReadOnlyChanged ReadOnly 属性的值更改后发生。 (继承自 TextBoxBase。)
ms552311.pubevent(zh-cn,VS.90).gif Recognition InkEdit 控件获取识别结果时发生。
ms552311.pubevent(zh-cn,VS.90).gif RegionChanged Region 属性的值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Resize 在调整控件大小时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif RightToLeftChanged RightToLeft 属性值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif SelectionChanged 控件内的选定文本更改时发生。 (继承自 RichTextBox。)
ms552311.pubevent(zh-cn,VS.90).gif SizeChanged Size 属性值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Stroke 当用户在任何 Tablet 上绘制完一个新笔画 时发生。
ms552311.pubevent(zh-cn,VS.90).gif StyleChanged 在控件样式更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif SystemColorsChanged 系统颜色更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif TabIndexChanged TabIndex 属性值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif TabStopChanged TabStop 属性值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif TextChanged Text 属性值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Validated 在控件完成验证时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif Validating 在控件正在验证时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif VisibleChanged Visible 属性值更改时发生。 (继承自 Control。)
ms552311.pubevent(zh-cn,VS.90).gif VScroll 当用户单击控件的垂直滚动条时发生。 (继承自 RichTextBox。)

页首

显式接口实现

  名称 说明
ms552311.pubinterface(zh-cn,VS.90).gifms552311.privmethod(zh-cn,VS.90).gif IDropTarget.OnDragDrop 基础结构。 引发 DragDrop 事件。 (继承自 Control。)
ms552311.pubinterface(zh-cn,VS.90).gifms552311.privmethod(zh-cn,VS.90).gif IDropTarget.OnDragEnter 基础结构。 引发 DragEnter 事件。 (继承自 Control。)
ms552311.pubinterface(zh-cn,VS.90).gifms552311.privmethod(zh-cn,VS.90).gif IDropTarget.OnDragLeave 基础结构。 引发 DragLeave 事件。 (继承自 Control。)
ms552311.pubinterface(zh-cn,VS.90).gifms552311.privmethod(zh-cn,VS.90).gif IDropTarget.OnDragOver 基础结构。 引发 DragOver 事件。 (继承自 Control。)

页首

另请参见

参考

InkEdit 类

Microsoft.Ink 命名空间