www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcmultiview/@MultiViewPanel/getViewContainers.m

    function hVC = getViewContainers(obj)
%GETVIEWCONTAINERS AGet all of the open ViewContainers
%
%  GETVIEWCONTAINERS(OBJ) returns a handle vector containing all of the
%  ViewContainers that are in the layout.

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


hVC = obj.ViewGroup.ViewContainers;