Ejemplo n.º 1
0
        public Int32 SetCaretDirection(NetOffice.MSHTMLApi.Enums._CARET_DIRECTION eDir)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(eDir);
            object   returnItem  = Invoker.MethodReturn(this, "SetCaretDirection", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Ejemplo n.º 2
0
        public Int32 GetCaretDirection(out NetOffice.MSHTMLApi.Enums._CARET_DIRECTION peDir)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true);
            peDir = 0;
            object[] paramsArray = Invoker.ValidateParamsArray(peDir);
            object   returnItem  = Invoker.MethodReturn(this, "GetCaretDirection", paramsArray);

            peDir = (NetOffice.MSHTMLApi.Enums._CARET_DIRECTION)paramsArray[0];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Ejemplo n.º 3
0
        public Int32 MoveCaretToPointerEx(NetOffice.MSHTMLApi.IDisplayPointer pDispPointer, Int32 fVisible, Int32 fScrollIntoView, NetOffice.MSHTMLApi.Enums._CARET_DIRECTION eDir)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pDispPointer, fVisible, fScrollIntoView, eDir);
            object   returnItem  = Invoker.MethodReturn(this, "MoveCaretToPointerEx", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Ejemplo n.º 4
0
 public virtual Int32 MoveCaretToPointer(NetOffice.MSHTMLApi.IDisplayPointer pDispPointer, Int32 fScrollIntoView, NetOffice.MSHTMLApi.Enums._CARET_DIRECTION eDir)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "MoveCaretToPointer", pDispPointer, fScrollIntoView, eDir));
 }
Ejemplo n.º 5
0
 public virtual Int32 SetCaretDirection(NetOffice.MSHTMLApi.Enums._CARET_DIRECTION eDir)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "SetCaretDirection", eDir));
 }
Ejemplo n.º 6
0
 public Int32 SetCaretDirection(NetOffice.MSHTMLApi.Enums._CARET_DIRECTION eDir)
 {
     return(Factory.ExecuteInt32MethodGet(this, "SetCaretDirection", eDir));
 }
Ejemplo n.º 7
0
 public Int32 MoveCaretToPointerEx(NetOffice.MSHTMLApi.IDisplayPointer pDispPointer, Int32 fVisible, Int32 fScrollIntoView, NetOffice.MSHTMLApi.Enums._CARET_DIRECTION eDir)
 {
     return(Factory.ExecuteInt32MethodGet(this, "MoveCaretToPointerEx", pDispPointer, fVisible, fScrollIntoView, eDir));
 }