MaximumDividerLocation Property (JSplitPane)

Class

JSplitPane.

Action

Gets the maximum location of the divider.

Syntax

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

Access

Read only.

Examples

VB

Dim maximumDividerLocation As Integer = splitPane.MaximumDividerLocation