public class ScrollProperties extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ScrollProperties
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: System.Windows.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.ScrollProperties
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ScrollProperties() |
ScrollProperties(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ScrollProperties |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ScrollProperties, a cast assert is made to check if types are compatible. |
boolean |
getEnabled() |
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
|
int |
getLargeChange() |
int |
getMaximum() |
int |
getMinimum() |
int |
getSmallChange() |
int |
getValue() |
boolean |
getVisible() |
void |
setEnabled(boolean Enabled) |
void |
setJCOInstance(JCObject instance) |
void |
setLargeChange(int LargeChange) |
void |
setMaximum(int Maximum) |
void |
setMinimum(int Minimum) |
void |
setSmallChange(int SmallChange) |
void |
setValue(int Value) |
void |
setVisible(boolean Visible) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ScrollProperties()
throws java.lang.Throwable
java.lang.Throwablepublic ScrollProperties(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ScrollProperties cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ScrollProperties, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedScrollProperties instancejava.lang.Throwable - in case of error during cast operationpublic boolean getEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getLargeChange()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaximum()
throws java.lang.Throwable
java.lang.Throwablepublic int getMinimum()
throws java.lang.Throwable
java.lang.Throwablepublic int getSmallChange()
throws java.lang.Throwable
java.lang.Throwablepublic int getValue()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getVisible()
throws java.lang.Throwable
java.lang.Throwablepublic void setEnabled(boolean Enabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLargeChange(int LargeChange)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setMaximum(int Maximum)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
InvalidCastException,
InvalidEnumArgumentException,
Win32Exception,
InvalidAsynchronousStateException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionInvalidCastExceptionInvalidEnumArgumentExceptionWin32ExceptionInvalidAsynchronousStateExceptionpublic void setMinimum(int Minimum)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setSmallChange(int SmallChange)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setValue(int Value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
InvalidEnumArgumentException,
Win32Exception,
InvalidAsynchronousStateException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionInvalidEnumArgumentExceptionWin32ExceptionInvalidAsynchronousStateExceptionpublic void setVisible(boolean Visible)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
OutOfMemoryException,
CultureNotFoundException,
NotSupportedException,
ObjectDisposedException,
FormatException,
Win32Exception,
InvalidCastException,
InvalidEnumArgumentException,
InvalidAsynchronousStateException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionObjectDisposedExceptionFormatExceptionWin32ExceptionInvalidCastExceptionInvalidEnumArgumentExceptionInvalidAsynchronousStateException