Expand Minimize
This topic has not yet been rated - Rate this topic

vsPaneShowHow Enumeration

Determines how to display selected text or code.

Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)

[GuidAttribute("B26AC3C2-3981-4A2E-9D6F-559B41CD1CD2")] 
public enum vsPaneShowHow
/** @attribute GuidAttribute("B26AC3C2-3981-4A2E-9D6F-559B41CD1CD2") */ 
public enum vsPaneShowHow
GuidAttribute("B26AC3C2-3981-4A2E-9D6F-559B41CD1CD2") 
public enum vsPaneShowHow
 Member nameDescription
vsPaneShowAsIsThe displayed lines remain the same unless it is necessary to move the display to show the text. 
vsPaneShowCenteredCenters the text pane around the indicated text. 
vsPaneShowTopPuts the first line at the top of the page. 
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.