RichTextBox for UWP/WinRT
GetElementFromPoint メソッド (C1RichTextViewManager)

Windows.Foundation.Point
指定された位置のすぐ下にある C1.Xaml.RichTextBox.Documents.C1TextElement を返します。
構文
'宣言
 
Public Function GetElementFromPoint( _
   ByVal point As Windows.Foundation.Point _
) As C1TextElement
public C1TextElement GetElementFromPoint( 
   Windows.Foundation.Point point
)

パラメータ

point
Windows.Foundation.Point

戻り値の型

指定された位置のすぐ下にある C1.Xaml.RichTextBox.Documents.C1TextElement
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1RichTextViewManager クラス
C1RichTextViewManager メンバ

Send Feedback