public class ToolStripComboBox extends ToolStripControlHost
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolStripComboBox
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.ToolStripComboBox
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ToolStripComboBox() |
ToolStripComboBox(Control c) |
ToolStripComboBox(java.lang.Object instance)
Internal constructor.
|
ToolStripComboBox(java.lang.String name) |
addDisplayStyleChanged, addEnter, addGotFocus, addKeyDown, addKeyPress, addKeyUp, addLeave, addLostFocus, addValidated, addValidating, Focus, getCausesValidation, getControl, getControlAlign, getDisplayStyle, getDoubleClickEnabled, getFocused, getImageAlign, getImageScaling, getImageTransparentColor, getRightToLeftAutoMirrorImage, getTextAlign, getTextImageRelation, removeDisplayStyleChanged, removeEnter, removeGotFocus, removeKeyDown, removeKeyPress, removeKeyUp, removeLeave, removeLostFocus, removeValidated, removeValidating, ResetBackColor, ResetForeColor, setCausesValidation, setControlAlign, setDisplayStyle, setDoubleClickEnabled, setImageAlign, setImageScaling, setImageTransparentColor, setRightToLeftAutoMirrorImage, setTextAlign, setTextImageRelationaddAvailableChanged, addBackColorChanged, addClick, addCommandCanExecuteChanged, addCommandChanged, addCommandParameterChanged, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addForeColorChanged, addGiveFeedback, addLocationChanged, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addOwnerChanged, addPaint, addQueryAccessibilityHelp, addQueryContinueDrag, addRightToLeftChanged, addSelectedChanged, addTextChanged, addVisibleChanged, DoDragDrop, DoDragDrop, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAlignment, getAllowDrop, getAnchor, getAutoSize, getAutoToolTip, getAvailable, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBounds, getCanSelect, getCommand, getCommandParameter, getContentRectangle, GetCurrentParent, getDock, getEnabled, getFont, getForeColor, getHeight, getImage, getImageIndex, getImageKey, getIsDisposed, getIsOnDropDown, getIsOnOverflow, getMargin, getMergeAction, getMergeIndex, getName, getOverflow, getOwner, getOwnerItem, getPadding, getPlacement, getPressed, getRightToLeft, getSelected, getSize, getTag, getText, getTextDirection, getToolTipText, getVisible, getWidth, Invalidate, Invalidate, PerformClick, removeAvailableChanged, removeBackColorChanged, removeClick, removeCommandCanExecuteChanged, removeCommandChanged, removeCommandParameterChanged, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeForeColorChanged, removeGiveFeedback, removeLocationChanged, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeOwnerChanged, removePaint, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRightToLeftChanged, removeSelectedChanged, removeTextChanged, removeVisibleChanged, ResetDisplayStyle, ResetFont, ResetImage, ResetMargin, ResetPadding, ResetRightToLeft, ResetTextDirection, Select, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAlignment, setAllowDrop, setAnchor, setAutoSize, setAutoToolTip, setAvailable, setBackColor, setBackgroundImage, setBackgroundImageLayout, setCommand, setCommandParameter, setDock, setEnabled, setFont, setForeColor, setHeight, setImage, setImageIndex, setImageKey, setMargin, setMergeAction, setMergeIndex, setName, setOverflow, setOwner, setPadding, setRightToLeft, setSize, setTag, setText, setTextDirection, setToolTipText, setVisible, setWidthaddBindingContextChanged, getBindingContext, getDataBindings, removeBindingContextChanged, setBindingContextaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, 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 ToolStripComboBox()
throws java.lang.Throwable,
PlatformNotSupportedException,
Win32Exception,
ArgumentException,
InvalidOperationException,
NotSupportedException,
InvalidEnumArgumentException,
ArgumentNullException,
NullReferenceException,
IndexOutOfRangeException,
RankException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
MulticastNotSupportedException,
OverflowException,
ThreadStateException,
OutOfMemoryException,
ObjectDisposedException,
KeyNotFoundException
java.lang.ThrowablePlatformNotSupportedExceptionWin32ExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionInvalidEnumArgumentExceptionArgumentNullExceptionNullReferenceExceptionIndexOutOfRangeExceptionRankExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionMulticastNotSupportedExceptionOverflowExceptionThreadStateExceptionOutOfMemoryExceptionObjectDisposedExceptionKeyNotFoundExceptionpublic ToolStripComboBox(Control c) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, LockRecursionException, OutOfMemoryException, AbandonedMutexException, SynchronizationLockException, InvalidCastException, InvalidEnumArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, Win32Exception, MulticastNotSupportedException, OverflowException, ThreadStateException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionLockRecursionExceptionOutOfMemoryExceptionAbandonedMutexExceptionSynchronizationLockExceptionInvalidCastExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionMulticastNotSupportedExceptionOverflowExceptionThreadStateExceptionKeyNotFoundExceptionpublic ToolStripComboBox(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ToolStripComboBox(java.lang.String name)
throws java.lang.Throwable,
PlatformNotSupportedException,
Win32Exception,
ArgumentException,
InvalidEnumArgumentException,
NotSupportedException,
ArgumentNullException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
LockRecursionException,
OutOfMemoryException,
AbandonedMutexException,
SynchronizationLockException,
ArgumentOutOfRangeException,
InvalidOperationException,
InvalidCastException,
MulticastNotSupportedException,
ThreadStateException
java.lang.ThrowablePlatformNotSupportedExceptionWin32ExceptionArgumentExceptionInvalidEnumArgumentExceptionNotSupportedExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionLockRecursionExceptionOutOfMemoryExceptionAbandonedMutexExceptionSynchronizationLockExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionMulticastNotSupportedExceptionThreadStateExceptionpublic void addDoubleClick(EventHandler handler) throws java.lang.Throwable
addDoubleClick in class ToolStripItemjava.lang.Throwablepublic void addDropDown(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDropDownClosed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDropDownStyleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSelectedIndexChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addTextUpdate(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void BeginUpdate()
throws java.lang.Throwable
java.lang.Throwablepublic static ToolStripComboBox cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ToolStripComboBox, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedToolStripComboBox instancejava.lang.Throwable - in case of error during cast operationpublic void EndUpdate()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
ArgumentOutOfRangeException,
NotSupportedException,
OverflowException,
MulticastNotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
CultureNotFoundException,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOverflowExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionCultureNotFoundExceptionNotImplementedExceptionFormatExceptionpublic int FindString(java.lang.String s)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotImplementedException,
InvalidCastException,
FormatException
public int FindString(java.lang.String s,
int startIndex)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
CultureNotFoundException,
NotImplementedException,
InvalidCastException
public int FindStringExact(java.lang.String s)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotImplementedException,
InvalidCastException,
FormatException
public int FindStringExact(java.lang.String s,
int startIndex)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotImplementedException,
InvalidCastException,
FormatException
public AutoCompleteStringCollection getAutoCompleteCustomSource() throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, Win32Exception, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, NotImplementedException, FormatException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionWin32ExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionNotImplementedExceptionFormatExceptionMulticastNotSupportedExceptionpublic AutoCompleteMode getAutoCompleteMode() throws java.lang.Throwable
java.lang.Throwablepublic AutoCompleteSource getAutoCompleteSource() throws java.lang.Throwable
java.lang.Throwablepublic ComboBox getComboBox() throws java.lang.Throwable
java.lang.Throwablepublic int getDropDownHeight()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException
public ComboBoxStyle getDropDownStyle() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException
public int getDropDownWidth()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException
public boolean getDroppedDown()
throws java.lang.Throwable
java.lang.Throwablepublic FlatStyle getFlatStyle() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIntegralHeight()
throws java.lang.Throwable
java.lang.Throwablepublic int GetItemHeight(int index)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
Win32Exception,
FormatException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDropTargetgetJCOAssemblyName in class ToolStripControlHostString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDropTargetgetJCOClassName in class ToolStripControlHostString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDropTargetgetJCOInstance in class ToolStripControlHostObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDropTargetgetJCOObjectName in class ToolStripControlHostString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDropTargetgetJCOType in class ToolStripControlHostJCType representing the CLR Type of the instantiated Classpublic int getMaxDropDownItems()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxLength()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException
public Size GetPreferredSize(Size constrainingSize) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, InvalidCastException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException
GetPreferredSize in class ToolStripControlHostjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionInvalidCastExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionpublic int getSelectedIndex()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getSelectedItem() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public java.lang.String getSelectedText()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
ArrayTypeMismatchException
public int getSelectionLength()
throws java.lang.Throwable
java.lang.Throwablepublic int getSelectionStart()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSorted()
throws java.lang.Throwable
java.lang.Throwablepublic void removeDoubleClick(EventHandler handler) throws java.lang.Throwable
removeDoubleClick in class ToolStripItemjava.lang.Throwablepublic void removeDropDown(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDropDownClosed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDropDownStyleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSelectedIndexChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeTextUpdate(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Select(int start,
int length)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException
public void SelectAll()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
public void setAutoCompleteCustomSource(AutoCompleteStringCollection AutoCompleteCustomSource) throws java.lang.Throwable, MulticastNotSupportedException, InvalidOperationException, Win32Exception, OutOfMemoryException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, NotImplementedException, FormatException
java.lang.ThrowableMulticastNotSupportedExceptionInvalidOperationExceptionWin32ExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionNotImplementedExceptionFormatExceptionpublic void setAutoCompleteMode(AutoCompleteMode AutoCompleteMode) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, ArgumentNullException, InvalidOperationException, NotSupportedException, OutOfMemoryException, InvalidCastException, ThreadStateException, ObjectDisposedException, Win32Exception, OverflowException, MulticastNotSupportedException, CultureNotFoundException, NotImplementedException
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionThreadStateExceptionObjectDisposedExceptionWin32ExceptionOverflowExceptionMulticastNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionpublic void setAutoCompleteSource(AutoCompleteSource AutoCompleteSource) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, ArgumentNullException, InvalidOperationException, NotSupportedException, OutOfMemoryException, InvalidCastException, ThreadStateException, ObjectDisposedException, Win32Exception, OverflowException, MulticastNotSupportedException, CultureNotFoundException, NotImplementedException
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionThreadStateExceptionObjectDisposedExceptionWin32ExceptionOverflowExceptionMulticastNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionpublic void setDropDownHeight(int DropDownHeight)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
InvalidCastException,
Win32Exception,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionInvalidCastExceptionWin32ExceptionOverflowExceptionpublic void setDropDownStyle(ComboBoxStyle DropDownStyle) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ThreadStateException, Win32Exception, MulticastNotSupportedException, RankException, ArrayTypeMismatchException, NotImplementedException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionThreadStateExceptionWin32ExceptionMulticastNotSupportedExceptionRankExceptionArrayTypeMismatchExceptionNotImplementedExceptionpublic void setDropDownWidth(int DropDownWidth)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionInvalidCastExceptionpublic void setDroppedDown(boolean DroppedDown)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException,
Win32Exception,
InvalidCastException,
LockRecursionException,
AbandonedMutexException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionWin32ExceptionInvalidCastExceptionLockRecursionExceptionAbandonedMutexExceptionpublic void setFlatStyle(FlatStyle FlatStyle) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException
public void setIntegralHeight(boolean IntegralHeight)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidCastException,
ArgumentOutOfRangeException,
FormatException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
SecurityException,
IOException,
OverflowException
public void setJCOInstance(JCObject instance)
setJCOInstance in class ToolStripControlHostpublic void setMaxDropDownItems(int MaxDropDownItems)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException
public void setMaxLength(int MaxLength)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
public void setSelectedIndex(int SelectedIndex)
throws java.lang.Throwable
java.lang.Throwablepublic void setSelectedItem(NetObject SelectedItem) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic void setSelectedText(java.lang.String SelectedText)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
ObjectDisposedException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
LockRecursionException,
SynchronizationLockException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionLockRecursionExceptionSynchronizationLockExceptionMulticastNotSupportedExceptionpublic void setSelectionLength(int SelectionLength)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
public void setSelectionStart(int SelectionStart)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException
public void setSorted(boolean Sorted)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException