SemanticZoomAutomationPeer.Toggle 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.
Cycles through the toggle states of a control.
public:
virtual void Toggle() = Toggle;
void Toggle();
public void Toggle();
function toggle()
Public Sub Toggle ()
Implements
Remarks
For a SemanticZoom, the toggle action switches the view, equivalent to calling ToggleActiveView so long as CanChangeViews is true.