public class Control extends Component implements IDropTarget
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.Control
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.Control
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Control() |
Control(Control parent,
java.lang.String text) |
Control(Control parent,
java.lang.String text,
int left,
int top,
int width,
int height) |
Control(java.lang.Object instance)
Internal constructor.
|
Control(java.lang.String text) |
Control(java.lang.String text,
int left,
int top,
int width,
int height) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServiceEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringOnDragDrop, OnDragEnter, OnDragLeave, OnDragOver, ToIDropTargetpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Control()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
ConfigurationErrorsException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
Win32Exception,
NullReferenceException,
SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionWin32ExceptionNullReferenceExceptionSecurityExceptionpublic Control(Control parent, java.lang.String text) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, Win32Exception, NullReferenceException, SecurityException, OutOfMemoryException
public Control(Control parent, java.lang.String text, int left, int top, int width, int height) throws java.lang.Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, MissingManifestResourceException, Win32Exception, ObjectDisposedException, OutOfMemoryException, SecurityException, RankException
java.lang.ThrowableArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionRankExceptionpublic Control(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic Control(java.lang.String text)
throws java.lang.Throwable,
ArgumentNullException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
Win32Exception,
ObjectDisposedException,
OutOfMemoryException,
SecurityException,
RankException
java.lang.ThrowableArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionRankExceptionpublic Control(java.lang.String text,
int left,
int top,
int width,
int height)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
ObjectDisposedException,
OutOfMemoryException,
SecurityException,
RankException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionRankExceptionNullReferenceExceptionpublic void addAutoSizeChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBackgroundImageChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBackgroundImageLayoutChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBindingContextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addCausesValidationChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addChangeUICues(UICuesEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addClientSizeChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addContextMenuChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addContextMenuStripChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addControlAdded(ControlEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addControlRemoved(ControlEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addCursorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDockChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDoubleClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDpiChangedAfterParent(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDpiChangedBeforeParent(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDragDrop(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDragEnter(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDragLeave(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDragOver(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addEnabledChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addEnter(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addFontChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGotFocus(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addHandleCreated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addHandleDestroyed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addHelpRequested(HelpEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addImeModeChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addInvalidated(InvalidateEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addKeyDown(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addKeyPress(KeyPressEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addKeyUp(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLayout(LayoutEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLeave(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLocationChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLostFocus(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMarginChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseCaptureChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseClick(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseDoubleClick(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseDown(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseEnter(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseHover(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseLeave(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseMove(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseUp(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseWheel(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMove(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPaddingChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPaint(PaintEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addParentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewKeyDown(PreviewKeyDownEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addQueryAccessibilityHelp(QueryAccessibilityHelpEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRegionChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addResize(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRightToLeftChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSizeChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStyleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSystemColorsChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addTabIndexChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addTabStopChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addTextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addValidated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addValidating(CancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addVisibleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void BringToFront()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
RankException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionRankExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionpublic static Control cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Control, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedControl instancejava.lang.Throwable - in case of error during cast operationpublic boolean Contains(Control ctl) throws java.lang.Throwable
java.lang.Throwablepublic void CreateControl()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
InvalidOperationException,
FormatException,
Win32Exception,
NotSupportedException,
ConfigurationErrorsException,
SecurityException,
NullReferenceException,
OutOfMemoryException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidOperationExceptionFormatExceptionWin32ExceptionNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic Graphics CreateGraphics() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic DragDropEffects DoDragDrop(NetObject data, DragDropEffects allowedEffects) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, FormatException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionpublic void DrawToBitmap(Bitmap bitmap, Rectangle targetBounds) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, InvalidOperationException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic NetObject EndInvoke(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, Win32Exception, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException, MemberAccessException, TargetException, TargetParameterCountException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AccessViolationException, InvalidEnumArgumentException, OverflowException, RankException, AbandonedMutexException, InvalidAsynchronousStateException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionWin32ExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionInvalidEnumArgumentExceptionOverflowExceptionRankExceptionAbandonedMutexExceptionInvalidAsynchronousStateExceptionpublic Form FindForm() throws java.lang.Throwable
java.lang.Throwablepublic boolean Focus()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
NotSupportedException,
SecurityException,
OutOfMemoryException
public AccessibleObject getAccessibilityObject() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
public java.lang.String getAccessibleDefaultActionDescription()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getAccessibleDescription()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getAccessibleName()
throws java.lang.Throwable
java.lang.Throwablepublic AccessibleRole getAccessibleRole() throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowDrop()
throws java.lang.Throwable
java.lang.Throwablepublic AnchorStyles getAnchor() throws java.lang.Throwable
java.lang.Throwablepublic Point getAutoScrollOffset() throws java.lang.Throwable
java.lang.Throwablepublic boolean getAutoSize()
throws java.lang.Throwable
java.lang.Throwablepublic Color getBackColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException
public Image getBackgroundImage() throws java.lang.Throwable
java.lang.Throwablepublic ImageLayout getBackgroundImageLayout() throws java.lang.Throwable
java.lang.Throwablepublic BindingContext getBindingContext() throws java.lang.Throwable
java.lang.Throwablepublic int getBottom()
throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getBounds() throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanFocus()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
ConfigurationErrorsException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic boolean getCanSelect()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCapture()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic boolean getCausesValidation()
throws java.lang.Throwable
java.lang.Throwablepublic static boolean getCheckForIllegalCrossThreadCalls()
throws java.lang.Throwable
java.lang.Throwablepublic Control GetChildAtPoint(Point pt) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic Control GetChildAtPoint(Point pt, GetChildAtPointSkip skipValue) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic Rectangle getClientRectangle() throws java.lang.Throwable
java.lang.Throwablepublic Size getClientSize() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCompanyName()
throws java.lang.Throwable,
NotImplementedException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
NullReferenceException,
ArgumentOutOfRangeException,
NotSupportedException,
SecurityException,
InvalidOperationException,
FormatException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AccessViolationException,
CultureNotFoundException
java.lang.ThrowableNotImplementedExceptionArgumentExceptionArgumentNullExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionInvalidOperationExceptionFormatExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionCultureNotFoundExceptionpublic IContainerControl GetContainerControl() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionpublic boolean getContainsFocus()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
ConfigurationErrorsException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic ContextMenu getContextMenu() throws java.lang.Throwable
java.lang.Throwablepublic ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable
java.lang.Throwablepublic boolean getCreated()
throws java.lang.Throwable
java.lang.Throwablepublic Cursor getCursor() throws java.lang.Throwable
java.lang.Throwablepublic ControlBindingsCollection getDataBindings() throws java.lang.Throwable
java.lang.Throwablepublic static Color getDefaultBackColor() throws java.lang.Throwable
java.lang.Throwablepublic static Font getDefaultFont() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, FormatException, MissingManifestResourceException, SecurityException, ObjectDisposedException, AbandonedMutexException
public static Color getDefaultForeColor() throws java.lang.Throwable
java.lang.Throwablepublic int getDeviceDpi()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
ConfigurationErrorsException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
public Rectangle getDisplayRectangle() throws java.lang.Throwable
java.lang.Throwablepublic boolean getDisposing()
throws java.lang.Throwable
java.lang.Throwablepublic DockStyle getDock() throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getFocused()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
ConfigurationErrorsException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic Font getFont() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException
public Color getForeColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException
public boolean getHasChildren()
throws java.lang.Throwable
java.lang.Throwablepublic int getHeight()
throws java.lang.Throwable
java.lang.Throwablepublic ImeMode getImeMode() throws java.lang.Throwable
java.lang.Throwablepublic boolean getInvokeRequired()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
ConfigurationErrorsException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic boolean getIsAccessible()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsDisposed()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsHandleCreated()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsMirrored()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
Win32Exception,
SecurityException,
OutOfMemoryException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionSecurityExceptionOutOfMemoryExceptionNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDropTargetgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDropTargetgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDropTargetgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDropTargetgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDropTargetgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic LayoutEngine getLayoutEngine() throws java.lang.Throwable
java.lang.Throwablepublic int getLeft()
throws java.lang.Throwable
java.lang.Throwablepublic Point getLocation() throws java.lang.Throwable
java.lang.Throwablepublic Padding getMargin() throws java.lang.Throwable
java.lang.Throwablepublic Size getMaximumSize() throws java.lang.Throwable
java.lang.Throwablepublic Size getMinimumSize() throws java.lang.Throwable
java.lang.Throwablepublic static Keys getModifierKeys() throws java.lang.Throwable
java.lang.Throwablepublic static MouseButtons getMouseButtons() throws java.lang.Throwable
java.lang.Throwablepublic static Point getMousePosition() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic Control GetNextControl(Control ctl, boolean forward) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic Padding getPadding() throws java.lang.Throwable
java.lang.Throwablepublic Control getParent() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionpublic Size getPreferredSize() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic Size GetPreferredSize(Size proposedSize) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
public java.lang.String getProductName()
throws java.lang.Throwable,
NotImplementedException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
NullReferenceException,
ArgumentOutOfRangeException,
NotSupportedException,
SecurityException,
InvalidOperationException,
FormatException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AccessViolationException,
CultureNotFoundException
java.lang.ThrowableNotImplementedExceptionArgumentExceptionArgumentNullExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionInvalidOperationExceptionFormatExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionCultureNotFoundExceptionpublic java.lang.String getProductVersion()
throws java.lang.Throwable,
NotImplementedException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
NullReferenceException,
ArgumentOutOfRangeException,
NotSupportedException,
SecurityException,
InvalidOperationException,
FormatException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AccessViolationException
java.lang.ThrowableNotImplementedExceptionArgumentExceptionArgumentNullExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionInvalidOperationExceptionFormatExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionpublic boolean getRecreatingHandle()
throws java.lang.Throwable
java.lang.Throwablepublic Region getRegion() throws java.lang.Throwable
java.lang.Throwablepublic int getRight()
throws java.lang.Throwable
java.lang.Throwablepublic RightToLeft getRightToLeft() throws java.lang.Throwable
java.lang.Throwablepublic Size getSize() throws java.lang.Throwable
java.lang.Throwablepublic int getTabIndex()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTabStop()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getText()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic int getTop()
throws java.lang.Throwable
java.lang.Throwablepublic Control getTopLevelControl() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionpublic boolean getUseWaitCursor()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getVisible()
throws java.lang.Throwable
java.lang.Throwablepublic int getWidth()
throws java.lang.Throwable
java.lang.Throwablepublic IWindowTarget getWindowTarget() throws java.lang.Throwable
java.lang.Throwablepublic void Hide()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException
public void Invalidate()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void Invalidate(boolean invalidateChildren)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
ConfigurationErrorsException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void Invalidate(Rectangle rc) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
public void Invalidate(Rectangle rc, boolean invalidateChildren) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void Invalidate(Region region) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
public void Invalidate(Region region, boolean invalidateChildren) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic static boolean IsKeyLocked(Keys keyVal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public static boolean IsMnemonic(char charCode,
java.lang.String text)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException
public int LogicalToDeviceUnits(int value)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException
public Size LogicalToDeviceUnits(Size value) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
public void PerformLayout()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void PerformLayout(Control affectedControl, java.lang.String affectedProperty) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic Point PointToClient(Point p) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic Point PointToScreen(Point p) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic PreProcessControlState PreProcessControlMessage(JCORefOut<Message> msg) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic boolean PreProcessMessage(JCORefOut<Message> msg) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
public Rectangle RectangleToClient(Rectangle r) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic Rectangle RectangleToScreen(Rectangle r) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void Refresh()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void removeAutoSizeChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeBackgroundImageChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeBackgroundImageLayoutChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeBindingContextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeCausesValidationChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeChangeUICues(UICuesEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeClientSizeChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeContextMenuChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeContextMenuStripChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeControlAdded(ControlEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeControlRemoved(ControlEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeCursorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDockChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDoubleClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDpiChangedAfterParent(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDpiChangedBeforeParent(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDragDrop(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDragEnter(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDragLeave(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDragOver(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeEnabledChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeEnter(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeFontChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGotFocus(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeHandleCreated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeHandleDestroyed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeHelpRequested(HelpEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeImeModeChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeInvalidated(InvalidateEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeKeyDown(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeKeyPress(KeyPressEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeKeyUp(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLayout(LayoutEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLeave(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLocationChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLostFocus(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMarginChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseCaptureChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseClick(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseDoubleClick(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseDown(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseEnter(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseHover(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseLeave(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseMove(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseUp(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseWheel(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMove(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePaddingChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePaint(PaintEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeParentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewKeyDown(PreviewKeyDownEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeQueryAccessibilityHelp(QueryAccessibilityHelpEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRegionChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeResize(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRightToLeftChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSizeChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStyleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSystemColorsChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeTabIndexChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeTabStopChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeTextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeValidated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeValidating(CancelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeVisibleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ResetBackColor()
throws java.lang.Throwable,
InvalidOperationException,
ExternalException,
ArgumentNullException,
ArgumentException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
SecurityException,
Win32Exception,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableInvalidOperationExceptionExternalExceptionArgumentNullExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionSecurityExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void ResetBindings()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetCursor()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void ResetFont()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
SecurityException,
ArgumentOutOfRangeException,
Win32Exception,
OutOfMemoryException
public void ResetForeColor()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
SecurityException,
ArgumentOutOfRangeException,
Win32Exception,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionArgumentOutOfRangeExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void ResetImeMode()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
ArgumentOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic void ResetRightToLeft()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
InvalidEnumArgumentException,
Win32Exception,
OutOfMemoryException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void ResetText()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void ResumeLayout()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
ArgumentException,
NotSupportedException
public void ResumeLayout(boolean performLayout)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException
public void Scale(Single ratio) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
public void Scale(Single dx, Single dy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
public void Scale(SizeF factor) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException, ConfigurationErrorsException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionConfigurationErrorsExceptionCultureNotFoundExceptionpublic void ScaleBitmapLogicalToDevice(JCORefOut<Bitmap> logicalBitmap) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, InvalidEnumArgumentException
public void Select()
throws java.lang.Throwable
java.lang.Throwablepublic boolean SelectNextControl(Control ctl, boolean forward, boolean tabStopOnly, boolean nested, boolean wrap) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
public void SendToBack()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
RankException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionRankExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void setAccessibleDefaultActionDescription(java.lang.String AccessibleDefaultActionDescription)
throws java.lang.Throwable
java.lang.Throwablepublic void setAccessibleDescription(java.lang.String AccessibleDescription)
throws java.lang.Throwable
java.lang.Throwablepublic void setAccessibleName(java.lang.String AccessibleName)
throws java.lang.Throwable
java.lang.Throwablepublic void setAccessibleRole(AccessibleRole AccessibleRole) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setAllowDrop(boolean AllowDrop)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
ObjectDisposedException,
InvalidOperationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ThreadStateException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionObjectDisposedExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionThreadStateExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void setAnchor(AnchorStyles Anchor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void setAutoScrollOffset(Point AutoScrollOffset) throws java.lang.Throwable
java.lang.Throwablepublic void setAutoSize(boolean AutoSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException
public void setBackColor(Color BackColor) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ExternalException, KeyNotFoundException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, ObjectDisposedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionExternalExceptionKeyNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionSecurityExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionpublic void setBackgroundImage(Image BackgroundImage) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void setBackgroundImageLayout(ImageLayout BackgroundImageLayout) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void setBindingContext(BindingContext BindingContext) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, MulticastNotSupportedException, ArgumentNullException, RankException, ObjectDisposedException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException
public void SetBounds(int x,
int y,
int width,
int height)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
Win32Exception,
NullReferenceException,
OutOfMemoryException,
NotSupportedException,
ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void SetBounds(int x,
int y,
int width,
int height,
BoundsSpecified specified)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
Win32Exception,
NullReferenceException,
OutOfMemoryException,
NotSupportedException,
ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void setBounds(Rectangle Bounds) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void setCapture(boolean Capture)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
NotSupportedException,
SecurityException,
OutOfMemoryException
public void setCausesValidation(boolean CausesValidation)
throws java.lang.Throwable
java.lang.Throwablepublic static void setCheckForIllegalCrossThreadCalls(boolean CheckForIllegalCrossThreadCalls)
throws java.lang.Throwable
java.lang.Throwablepublic void setClientSize(Size ClientSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NullReferenceException, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void setContextMenu(ContextMenu ContextMenu) throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionMulticastNotSupportedExceptionpublic void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionMulticastNotSupportedExceptionpublic void setCursor(Cursor Cursor) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, ArgumentOutOfRangeException, InvalidOperationException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, ConfigurationErrorsException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionNotImplementedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void setDock(DockStyle Dock) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void setEnabled(boolean Enabled)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
Win32Exception,
NotSupportedException,
SecurityException,
OutOfMemoryException
public void setFont(Font Font) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, Win32Exception, OutOfMemoryException
public void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, Win32Exception, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionArgumentOutOfRangeExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void setHeight(int Height)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
OutOfMemoryException,
NotSupportedException,
ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void setImeMode(ImeMode ImeMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic void setIsAccessible(boolean IsAccessible)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setLeft(int Left)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
OutOfMemoryException,
NotSupportedException,
ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void setLocation(Point Location) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void setMargin(Padding Margin) throws java.lang.Throwable
java.lang.Throwablepublic void setMaximumSize(Size MaximumSize) throws java.lang.Throwable
java.lang.Throwablepublic void setMinimumSize(Size MinimumSize) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException
public void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic void setPadding(Padding Padding) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, NotSupportedException
public void setParent(Control Parent) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void setRegion(Region Region) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
public void setRightToLeft(RightToLeft RightToLeft) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void setSize(Size Size) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, NotSupportedException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void setTabIndex(int TabIndex)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void setTabStop(boolean TabStop)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionpublic void setTag(NetObject Tag) throws java.lang.Throwable
java.lang.Throwablepublic void setText(java.lang.String Text)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
Win32Exception,
NotSupportedException,
SecurityException,
OutOfMemoryException
public void setTop(int Top)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
OutOfMemoryException,
NotSupportedException,
ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void setUseWaitCursor(boolean UseWaitCursor)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionpublic void setVisible(boolean Visible)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException,
MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionpublic void setWidth(int Width)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
OutOfMemoryException,
NotSupportedException,
ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationErrorsExceptionpublic void setWindowTarget(IWindowTarget WindowTarget) throws java.lang.Throwable
java.lang.Throwablepublic void Show()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException
public void SuspendLayout()
throws java.lang.Throwable
java.lang.Throwablepublic void Update()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryException