Ejemplo n.º 1
0
        public bool IsPaneVisible(NetOffice.OutlookApi.Enums.OlPane pane)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pane);
            object   returnItem  = Invoker.MethodReturn(this, "IsPaneVisible", paramsArray);

            return(NetRuntimeSystem.Convert.ToBoolean(returnItem));
        }
Ejemplo n.º 2
0
 public void ShowPane(NetOffice.OutlookApi.Enums.OlPane pane, bool visible)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(pane, visible);
     Invoker.Method(this, "ShowPane", paramsArray);
 }
Ejemplo n.º 3
0
 public void ShowPane(NetOffice.OutlookApi.Enums.OlPane pane, bool visible)
 {
     Factory.ExecuteMethod(this, "ShowPane", pane, visible);
 }
Ejemplo n.º 4
0
 public bool IsPaneVisible(NetOffice.OutlookApi.Enums.OlPane pane)
 {
     return(Factory.ExecuteBoolMethodGet(this, "IsPaneVisible", pane));
 }
Ejemplo n.º 5
0
 public virtual void ShowPane(NetOffice.OutlookApi.Enums.OlPane pane, bool visible)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ShowPane", pane, visible);
 }
Ejemplo n.º 6
0
 public virtual bool IsPaneVisible(NetOffice.OutlookApi.Enums.OlPane pane)
 {
     return(InvokerService.InvokeInternal.ExecuteBoolMethodGet(this, "IsPaneVisible", pane));
 }