DividerLocation Property (JSplitPane)

Class

JSplitPane.

Action

Gets the current divider location.

Syntax

C#
protected Integer DividerLocation { get; }
VB
'Declaration
Protected Read Property DividerLocation As Integer

Access

Read only.

Examples

VB

Dim dividerLocation As Integer = splitPane.DividerLocation