TabbedEditor_VerticalSplit Property

Looks up a localized string similar to Vertical Split.

Namespace:  Microsoft.VisualStudio.Data.Tools.Design.Core.Controls.TabbedEditor
Assembly:  Microsoft.VisualStudio.Data.Tools.Design.Core (in Microsoft.VisualStudio.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Shared ReadOnly Property TabbedEditor_VerticalSplit As String
    Get
'Usage
Dim value As String

value = TabbedEditorResources.TabbedEditor_VerticalSplit
public static string TabbedEditor_VerticalSplit { get; }
public:
static property String^ TabbedEditor_VerticalSplit {
    String^ get ();
}
static member TabbedEditor_VerticalSplit : string
static function get TabbedEditor_VerticalSplit () : String

Property Value

Type: System..::..String

See Also

Reference

TabbedEditorResources Class

Microsoft.VisualStudio.Data.Tools.Design.Core.Controls.TabbedEditor Namespace