EditItemGetByPoint Method (IMLCharGenEdit)
ID of the edited group
horizontal position of the point
vertical position of the point
ID of the selected item
Returns item ID by point. It is used for example in mouse click event in CG editor.
Syntax
Sub EditItemGetByPoint( _
   ByVal _bsGroupID As String, _
   ByVal _nPosX As Integer, _
   ByVal _nPosY As Integer, _
   ByRef _pbsItemID As String _
) 
void EditItemGetByPoint( 
   string _bsGroupID,
   int _nPosX,
   int _nPosY,
   out string _pbsItemID
)
procedure EditItemGetByPoint( 
    _bsGroupID: String;
    _nPosX: Integer;
    _nPosY: Integer;
   Out  _pbsItemID: String
); 
void EditItemGetByPoint( 
   BSTR* _bsGroupID,
   int _nPosX,
   int _nPosY,
   [PARAMFLAG::Out] BSTR* _pbsItemID
) 

Parameters

_bsGroupID
ID of the edited group
_nPosX
horizontal position of the point
_nPosY
vertical position of the point
_pbsItemID
ID of the selected item
See Also

Reference

IMLCharGenEdit Interface
IMLCharGenEdit Members