public class ControlPaint extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ControlPaint
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=4.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.ControlPaint
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ControlPaint() |
ControlPaint(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ControlPaint |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ControlPaint, a cast assert is made to check if types are compatible. |
static Color |
Dark(Color baseColor) |
static Color |
Dark(Color baseColor,
Single percOfDarkDark) |
static Color |
DarkDark(Color baseColor) |
static void |
DrawBorder(Graphics graphics,
Rectangle bounds,
Color color,
ButtonBorderStyle style) |
static void |
DrawBorder(Graphics graphics,
Rectangle bounds,
Color leftColor,
int leftWidth,
ButtonBorderStyle leftStyle,
Color topColor,
int topWidth,
ButtonBorderStyle topStyle,
Color rightColor,
int rightWidth,
ButtonBorderStyle rightStyle,
Color bottomColor,
int bottomWidth,
ButtonBorderStyle bottomStyle) |
static void |
DrawBorder3D(Graphics graphics,
int x,
int y,
int width,
int height) |
static void |
DrawBorder3D(Graphics graphics,
int x,
int y,
int width,
int height,
Border3DStyle style) |
static void |
DrawBorder3D(Graphics graphics,
int x,
int y,
int width,
int height,
Border3DStyle style,
Border3DSide sides) |
static void |
DrawBorder3D(Graphics graphics,
Rectangle rectangle) |
static void |
DrawBorder3D(Graphics graphics,
Rectangle rectangle,
Border3DStyle style) |
static void |
DrawBorder3D(Graphics graphics,
Rectangle rectangle,
Border3DStyle style,
Border3DSide sides) |
static void |
DrawButton(Graphics graphics,
int x,
int y,
int width,
int height,
ButtonState state) |
static void |
DrawButton(Graphics graphics,
Rectangle rectangle,
ButtonState state) |
static void |
DrawCaptionButton(Graphics graphics,
int x,
int y,
int width,
int height,
CaptionButton button,
ButtonState state) |
static void |
DrawCaptionButton(Graphics graphics,
Rectangle rectangle,
CaptionButton button,
ButtonState state) |
static void |
DrawCheckBox(Graphics graphics,
int x,
int y,
int width,
int height,
ButtonState state) |
static void |
DrawCheckBox(Graphics graphics,
Rectangle rectangle,
ButtonState state) |
static void |
DrawComboButton(Graphics graphics,
int x,
int y,
int width,
int height,
ButtonState state) |
static void |
DrawComboButton(Graphics graphics,
Rectangle rectangle,
ButtonState state) |
static void |
DrawContainerGrabHandle(Graphics graphics,
Rectangle bounds) |
static void |
DrawFocusRectangle(Graphics graphics,
Rectangle rectangle) |
static void |
DrawFocusRectangle(Graphics graphics,
Rectangle rectangle,
Color foreColor,
Color backColor) |
static void |
DrawGrabHandle(Graphics graphics,
Rectangle rectangle,
boolean primary,
boolean enabled) |
static void |
DrawGrid(Graphics graphics,
Rectangle area,
Size pixelsBetweenDots,
Color backColor) |
static void |
DrawImageDisabled(Graphics graphics,
Image image,
int x,
int y,
Color background) |
static void |
DrawLockedFrame(Graphics graphics,
Rectangle rectangle,
boolean primary) |
static void |
DrawMenuGlyph(Graphics graphics,
int x,
int y,
int width,
int height,
MenuGlyph glyph) |
static void |
DrawMenuGlyph(Graphics graphics,
int x,
int y,
int width,
int height,
MenuGlyph glyph,
Color foreColor,
Color backColor) |
static void |
DrawMenuGlyph(Graphics graphics,
Rectangle rectangle,
MenuGlyph glyph) |
static void |
DrawMenuGlyph(Graphics graphics,
Rectangle rectangle,
MenuGlyph glyph,
Color foreColor,
Color backColor) |
static void |
DrawMixedCheckBox(Graphics graphics,
int x,
int y,
int width,
int height,
ButtonState state) |
static void |
DrawMixedCheckBox(Graphics graphics,
Rectangle rectangle,
ButtonState state) |
static void |
DrawRadioButton(Graphics graphics,
int x,
int y,
int width,
int height,
ButtonState state) |
static void |
DrawRadioButton(Graphics graphics,
Rectangle rectangle,
ButtonState state) |
static void |
DrawReversibleFrame(Rectangle rectangle,
Color backColor,
FrameStyle style) |
static void |
DrawReversibleLine(Point start,
Point end,
Color backColor) |
static void |
DrawScrollButton(Graphics graphics,
int x,
int y,
int width,
int height,
ScrollButton button,
ButtonState state) |
static void |
DrawScrollButton(Graphics graphics,
Rectangle rectangle,
ScrollButton button,
ButtonState state) |
static void |
DrawSelectionFrame(Graphics graphics,
boolean active,
Rectangle outsideRect,
Rectangle insideRect,
Color backColor) |
static void |
DrawSizeGrip(Graphics graphics,
Color backColor,
int x,
int y,
int width,
int height) |
static void |
DrawSizeGrip(Graphics graphics,
Color backColor,
Rectangle bounds) |
static void |
DrawStringDisabled(Graphics graphics,
java.lang.String s,
Font font,
Color color,
RectangleF layoutRectangle,
StringFormat format) |
static void |
DrawStringDisabled(IDeviceContext dc,
java.lang.String s,
Font font,
Color color,
Rectangle layoutRectangle,
TextFormatFlags format) |
static void |
DrawVisualStyleBorder(Graphics graphics,
Rectangle bounds) |
static void |
FillReversibleRectangle(Rectangle rectangle,
Color backColor) |
static Color |
getContrastControlDark() |
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
|
static Color |
Light(Color baseColor) |
static Color |
Light(Color baseColor,
Single percOfLightLight) |
static Color |
LightLight(Color baseColor) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ControlPaint()
throws java.lang.Throwable
java.lang.Throwablepublic ControlPaint(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ControlPaint cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ControlPaint, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedControlPaint instancejava.lang.Throwable - in case of error during cast operationpublic static Color Dark(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
public static Color Dark(Color baseColor, Single percOfDarkDark) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
public static Color DarkDark(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
public static void DrawBorder(Graphics graphics, Rectangle bounds, Color color, ButtonBorderStyle style) throws java.lang.Throwable
java.lang.Throwablepublic static void DrawBorder(Graphics graphics, Rectangle bounds, Color leftColor, int leftWidth, ButtonBorderStyle leftStyle, Color topColor, int topWidth, ButtonBorderStyle topStyle, Color rightColor, int rightWidth, ButtonBorderStyle rightStyle, Color bottomColor, int bottomWidth, ButtonBorderStyle bottomStyle) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ExternalException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException
public static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionpublic static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionpublic static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style, Border3DSide sides) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, ObjectDisposedException, AbandonedMutexException, ArgumentException, MulticastNotSupportedException
public static void DrawBorder3D(Graphics graphics, Rectangle rectangle) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionpublic static void DrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionpublic static void DrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedExceptionpublic static void DrawButton(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawButton(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawCaptionButton(Graphics graphics, int x, int y, int width, int height, CaptionButton button, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawCaptionButton(Graphics graphics, Rectangle rectangle, CaptionButton button, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawCheckBox(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ExternalException, NotSupportedException, OutOfMemoryException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionExternalExceptionNotSupportedExceptionOutOfMemoryExceptionNullReferenceExceptionpublic static void DrawCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, NullReferenceException
public static void DrawComboButton(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawComboButton(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawContainerGrabHandle(Graphics graphics, Rectangle bounds) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
public static void DrawFocusRectangle(Graphics graphics, Rectangle rectangle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, InvalidEnumArgumentException
public static void DrawFocusRectangle(Graphics graphics, Rectangle rectangle, Color foreColor, Color backColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, InvalidEnumArgumentException
public static void DrawGrabHandle(Graphics graphics, Rectangle rectangle, boolean primary, boolean enabled) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, FormatException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, ExternalException, KeyNotFoundException
public static void DrawGrid(Graphics graphics, Rectangle area, Size pixelsBetweenDots, Color backColor) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ExternalException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException
public static void DrawImageDisabled(Graphics graphics, Image image, int x, int y, Color background) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public static void DrawLockedFrame(Graphics graphics, Rectangle rectangle, boolean primary) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, FormatException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, ExternalException, KeyNotFoundException
public static void DrawMenuGlyph(Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawMenuGlyph(Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph, Color foreColor, Color backColor) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph, Color foreColor, Color backColor) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawMixedCheckBox(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawMixedCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawRadioButton(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawRadioButton(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawReversibleFrame(Rectangle rectangle, Color backColor, FrameStyle style) throws java.lang.Throwable, InvalidOperationException, ExternalException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableInvalidOperationExceptionExternalExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic static void DrawReversibleLine(Point start, Point end, Color backColor) throws java.lang.Throwable, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableObjectDisposedExceptionAbandonedMutexExceptionpublic static void DrawScrollButton(Graphics graphics, int x, int y, int width, int height, ScrollButton button, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawScrollButton(Graphics graphics, Rectangle rectangle, ScrollButton button, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
public static void DrawSelectionFrame(Graphics graphics, boolean active, Rectangle outsideRect, Rectangle insideRect, Color backColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidEnumArgumentException
public static void DrawSizeGrip(Graphics graphics, Color backColor, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public static void DrawSizeGrip(Graphics graphics, Color backColor, Rectangle bounds) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException
public static void DrawStringDisabled(Graphics graphics, java.lang.String s, Font font, Color color, RectangleF layoutRectangle, StringFormat format) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NullReferenceException, MemberAccessException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MulticastNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ExternalException, KeyNotFoundException, NotSupportedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionExternalExceptionKeyNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionpublic static void DrawStringDisabled(IDeviceContext dc, java.lang.String s, Font font, Color color, Rectangle layoutRectangle, TextFormatFlags format) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NullReferenceException, MemberAccessException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MulticastNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ExternalException, KeyNotFoundException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionExternalExceptionKeyNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionpublic static void DrawVisualStyleBorder(Graphics graphics, Rectangle bounds) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, InvalidOperationException, NotImplementedException, InvalidEnumArgumentException, NullReferenceException, ExternalException
public static void FillReversibleRectangle(Rectangle rectangle, Color backColor) throws java.lang.Throwable, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableObjectDisposedExceptionAbandonedMutexExceptionpublic static Color getContrastControlDark() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NullReferenceException, MemberAccessException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MulticastNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ExternalException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionNullReferenceExceptionMemberAccessExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionExternalExceptionKeyNotFoundExceptionpublic 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 static Color Light(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
public static Color Light(Color baseColor, Single percOfLightLight) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
public static Color LightLight(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject