MinimumDividerLocation Property (JSplitPane)

Class

JSplitPane.

Action

Gets the minimum location of the divider.

Syntax

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

Access

Read only.

Examples

VB

Dim minimumDividerLocation As Integer = splitPane.MinimumDividerLocation