|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.ScrollMode
public final class ScrollMode
Title: ScrollMode class
Description: Describes the possible values of the Scroll.Allow property.
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Field Summary | |
|---|---|
static ScrollMode |
BOTH
Allows complete Horizontal and Vertical Scrolling. |
static ScrollMode |
HORIZONTAL
Allows only Vertical Scrolling. |
static ScrollMode |
NONE
Denies scrolling. |
static ScrollMode |
VERTICAL
Allows only Horizontal Scrolling. |
| Method Summary |
|---|
| Methods inherited from class com.steema.teechart.misc.Enum |
|---|
getValue, readResolve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ScrollMode NONE
public static final ScrollMode VERTICAL
public static final ScrollMode HORIZONTAL
public static final ScrollMode BOTH
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||