vsPaneShowHow Enum
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.
Determines how to display selected text or code.
public enum class vsPaneShowHow
public enum class vsPaneShowHow
enum vsPaneShowHow
[System.Runtime.InteropServices.Guid("B26AC3C2-3981-4A2E-9D6F-559B41CD1CD2")]
public enum vsPaneShowHow
[<System.Runtime.InteropServices.Guid("B26AC3C2-3981-4A2E-9D6F-559B41CD1CD2")>]
type vsPaneShowHow =
Public Enum vsPaneShowHow
- Inheritance
-
vsPaneShowHow
- Attributes
Fields
vsPaneShowAsIs | 2 | The displayed lines remain the same unless it is necessary to move the display to show the text. |
vsPaneShowCentered | 0 | Centers the text pane around the indicated text. |
vsPaneShowTop | 1 | Puts the first line at the top of the page. |