ARCed.Scintilla.HotspotClickEventArgs.HotspotClickEventArgs C# (CSharp) 메소드

HotspotClickEventArgs() 공개 메소드

Initializes a new instance of the HotspotClickEventArgs class.
public HotspotClickEventArgs ( int position ) : System
position int The byte offset in the document of the character that was clicked.
리턴 System
        public HotspotClickEventArgs(int position)
        {
            this._position = position;
        }
HotspotClickEventArgs