ISemanticZoomInformation.MakeVisible(SemanticZoomLocation) Method

Definition

Forces content in the view to scroll until the item specified by SemanticZoomLocation is visible. Also focuses that item if found.

public:
 void MakeVisible(SemanticZoomLocation ^ item);
void MakeVisible(SemanticZoomLocation const& item);
public void MakeVisible(SemanticZoomLocation item);
function makeVisible(item)
Public Sub MakeVisible (item As SemanticZoomLocation)

Parameters

item
SemanticZoomLocation

The item in the view to scroll to.

Applies to