SplitterBarStateType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class SplitterBarStateType extends System.Enum

Specifies the state that the splitter bar should be shown in. The splitter bar separates a primary and secondary region within a viewing area.

Fields

FieldDescription
MinimizedThe primary region occupies the least amount of the viewing area allowed by the application.
RestoredThe primary region has a specific intermediate size.
MaximizedThe primary region occupies the greatest amount of the viewing area allowed by the application.

Minimized

public static final int Minimized

The primary region occupies the least amount of the viewing area allowed by the application.

Restored

public static final int Restored

The primary region has a specific intermediate size.

Maximized

public static final int Maximized

The primary region occupies the greatest amount of the viewing area allowed by the application.