Qyoto.QInputMethodEvent.ReplacementStart C# (CSharp) 메소드

ReplacementStart() 공개 메소드

public ReplacementStart ( ) : int
리턴 int
        public int ReplacementStart()
        {
            return (int) interceptor.Invoke("replacementStart", "replacementStart() const", typeof(int));
        }