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

    function hVC = getSelectedViewContainer(obj)
%GETSELECTEDVIEWCONTAINER Get the handle of the selected ViewContainer
%
%  HVC = GETSELECTEDVIEWCONTAINER(OBJ) returns the handle of the
%  ViewContainer that is selected.

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


hVC = obj.ViewGroup.SelectedViewContainer;