public final class SplitterBarStateType
extends com.aspose.ms.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.
Modifier and Type | Field and Description |
---|---|
static int |
Maximized
The primary region occupies the greatest amount of the viewing area allowed by the application.
|
static int |
Minimized
The primary region occupies the least amount of the viewing area allowed by the application.
|
static int |
Restored
The primary region has a specific intermediate size.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Minimized
The primary region occupies the least amount of the viewing area allowed by the application.
public static final int Restored
The primary region has a specific intermediate size.
public static final int Maximized
The primary region occupies the greatest amount of the viewing area allowed by the application.