public interface IScrollInfo extends IJCOBridgeReflected
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.Primitives.IScrollInfo
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Controls.Primitives.IScrollInfo
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCanHorizontallyScroll() |
boolean |
getCanVerticallyScroll() |
double |
getExtentHeight() |
double |
getExtentWidth() |
double |
getHorizontalOffset() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
ScrollViewer |
getScrollOwner() |
double |
getVerticalOffset() |
double |
getViewportHeight() |
double |
getViewportWidth() |
void |
LineDown() |
void |
LineLeft() |
void |
LineRight() |
void |
LineUp() |
Rect |
MakeVisible(Visual visual,
Rect rectangle) |
void |
MouseWheelDown() |
void |
MouseWheelLeft() |
void |
MouseWheelRight() |
void |
MouseWheelUp() |
void |
PageDown() |
void |
PageLeft() |
void |
PageRight() |
void |
PageUp() |
void |
setCanHorizontallyScroll(boolean CanHorizontallyScroll) |
void |
setCanVerticallyScroll(boolean CanVerticallyScroll) |
void |
SetHorizontalOffset(double offset) |
void |
setScrollOwner(ScrollViewer ScrollOwner) |
void |
SetVerticalOffset(double offset) |
static IScrollInfo |
ToIScrollInfo(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IScrollInfo, a cast assert is made to check if types are compatible. |
static final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
boolean getCanHorizontallyScroll()
throws java.lang.Throwable
java.lang.Throwableboolean getCanVerticallyScroll()
throws java.lang.Throwable
java.lang.Throwabledouble getExtentHeight()
throws java.lang.Throwable
java.lang.Throwabledouble getExtentWidth()
throws java.lang.Throwable
java.lang.Throwabledouble getHorizontalOffset()
throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedJCType representing the Type of the instantiated ClassScrollViewer getScrollOwner() throws java.lang.Throwable
java.lang.Throwabledouble getVerticalOffset()
throws java.lang.Throwable
java.lang.Throwabledouble getViewportHeight()
throws java.lang.Throwable
java.lang.Throwabledouble getViewportWidth()
throws java.lang.Throwable
java.lang.Throwablevoid LineDown()
throws java.lang.Throwable
java.lang.Throwablevoid LineLeft()
throws java.lang.Throwable
java.lang.Throwablevoid LineRight()
throws java.lang.Throwable
java.lang.Throwablevoid LineUp()
throws java.lang.Throwable
java.lang.ThrowableRect MakeVisible(Visual visual, Rect rectangle) throws java.lang.Throwable
java.lang.Throwablevoid MouseWheelDown()
throws java.lang.Throwable
java.lang.Throwablevoid MouseWheelLeft()
throws java.lang.Throwable
java.lang.Throwablevoid MouseWheelRight()
throws java.lang.Throwable
java.lang.Throwablevoid MouseWheelUp()
throws java.lang.Throwable
java.lang.Throwablevoid PageDown()
throws java.lang.Throwable
java.lang.Throwablevoid PageLeft()
throws java.lang.Throwable
java.lang.Throwablevoid PageRight()
throws java.lang.Throwable
java.lang.Throwablevoid PageUp()
throws java.lang.Throwable
java.lang.Throwablevoid setCanHorizontallyScroll(boolean CanHorizontallyScroll)
throws java.lang.Throwable
java.lang.Throwablevoid setCanVerticallyScroll(boolean CanVerticallyScroll)
throws java.lang.Throwable
java.lang.Throwablevoid SetHorizontalOffset(double offset)
throws java.lang.Throwable
java.lang.Throwablevoid setScrollOwner(ScrollViewer ScrollOwner) throws java.lang.Throwable
java.lang.Throwablevoid SetVerticalOffset(double offset)
throws java.lang.Throwable
java.lang.Throwablestatic IScrollInfo ToIScrollInfo(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IScrollInfo, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIScrollInfo instancejava.lang.Throwable - in case of error during cast operation