SemanticZoom.ToggleActiveView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Changes from the current active view to the other possible view. For example, if IsZoomedInViewActive is true, calling this method changes to zoomed-out view.
public:
virtual void ToggleActiveView() = ToggleActiveView;
void ToggleActiveView();
public void ToggleActiveView();
function toggleActiveView()
Public Sub ToggleActiveView ()