Ejemplo n.º 1
0
        public NetOffice.PowerPointApi.PPScrollBar AddScrollBar(NetOffice.PowerPointApi.Enums.PpScrollBarStyle style, Single left, Single top, Single width, Single height)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(style, left, top, width, height);
            object   returnItem  = Invoker.MethodReturn(this, "AddScrollBar", paramsArray);

            NetOffice.PowerPointApi.PPScrollBar newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.PPScrollBar.LateBindingApiWrapperType) as NetOffice.PowerPointApi.PPScrollBar;
            return(newObject);
        }
Ejemplo n.º 2
0
 public NetOffice.PowerPointApi.PPScrollBar AddScrollBar(NetOffice.PowerPointApi.Enums.PpScrollBarStyle style, Single left, Single top, Single width, Single height)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.PPScrollBar>(this, "AddScrollBar", NetOffice.PowerPointApi.PPScrollBar.LateBindingApiWrapperType, new object[] { style, left, top, width, height }));
 }
Ejemplo n.º 3
0
 public NetOffice.PowerPointApi.PPScrollBar AddScrollBar(NetOffice.PowerPointApi.Enums.PpScrollBarStyle style, Single left, Single top, Single width, Single height)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.PPScrollBar>(this, "AddScrollBar", typeof(NetOffice.PowerPointApi.PPScrollBar), new object[] { style, left, top, width, height }));
 }