TabbedEditor_HorizontalSplit Property

Looks up a localized string similar to Horizontal 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_HorizontalSplit As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

TabbedEditorResources Class

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