Exemple #1
0
        public NetOffice.OfficeApi.CommandBarControl FindControl(object type, object id, object tag)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type, id, tag);
            object   returnItem  = Invoker.MethodReturn(this, "FindControl", paramsArray);

            NetOffice.OfficeApi.CommandBarControl newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.OfficeApi.CommandBarControl;
            return(newObject);
        }
Exemple #2
0
        public NetOffice.OfficeApi.CommandBarControl FindControl()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "FindControl", paramsArray);

            NetOffice.OfficeApi.CommandBarControl newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.OfficeApi.CommandBarControl;
            return(newObject);
        }