Visual Basic (Declaration) | |
---|---|
Public Function GetCharacterIndexFromPoint( _ ByVal point As Point, _ ByVal snapToText As Boolean _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SimpleTagControl Dim point As Point Dim snapToText As Boolean Dim value As Integer value = instance.GetCharacterIndexFromPoint(point, snapToText) |
C# | |
---|---|
public int GetCharacterIndexFromPoint( Point point, bool snapToText ) |
C++/CLI | |
---|---|
public: int GetCharacterIndexFromPoint( Point point, bool snapToText ) |
Parameters
- point
- snapToText
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