ISemanticZoomInformation.MakeVisible(SemanticZoomLocation) 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.
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.