System.Windows.Forms.NativeMethods.SetCaretPos C# (CSharp) 메소드

SetCaretPos() 개인적인 메소드

private SetCaretPos ( int X, int Y ) : bool
X int
Y int
리턴 bool
        public static extern bool SetCaretPos(int X, int Y);