public class ToolStripSplitButton extends ToolStripDropDownItem
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolStripSplitButton
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.ToolStripSplitButton
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ToolStripSplitButton() |
ToolStripSplitButton(Image image) |
ToolStripSplitButton(java.lang.Object instance)
Internal constructor.
|
ToolStripSplitButton(java.lang.String text) |
ToolStripSplitButton(java.lang.String text,
Image image) |
ToolStripSplitButton(java.lang.String text,
Image image,
EventHandler onClick) |
ToolStripSplitButton(java.lang.String text,
Image image,
EventHandler onClick,
java.lang.String name) |
ToolStripSplitButton(java.lang.String text,
Image image,
ToolStripItem... dropDownItems) |
addDropDownClosed, addDropDownItemClicked, addDropDownOpened, addDropDownOpening, getDropDown, getDropDownDirection, getDropDownItems, getHasDropDown, getHasDropDownItems, HideDropDown, removeDropDownClosed, removeDropDownItemClicked, removeDropDownOpened, removeDropDownOpening, setDropDown, setDropDownDirection, ShowDropDownaddAvailableChanged, addBackColorChanged, addClick, addDisplayStyleChanged, addDoubleClick, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addForeColorChanged, addGiveFeedback, addLocationChanged, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addOwnerChanged, addPaint, addQueryAccessibilityHelp, addQueryContinueDrag, addRightToLeftChanged, addTextChanged, addVisibleChanged, DoDragDrop, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAlignment, getAllowDrop, getAnchor, getAutoSize, getAvailable, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBounds, getCanSelect, getContentRectangle, GetCurrentParent, getDisplayStyle, getDock, getDoubleClickEnabled, getEnabled, getFont, getForeColor, getHeight, getImage, getImageAlign, getImageIndex, getImageKey, getImageScaling, getImageTransparentColor, getIsDisposed, getIsOnDropDown, getIsOnOverflow, getMargin, getMergeAction, getMergeIndex, getName, getOverflow, getOwner, getOwnerItem, getPadding, getPlacement, getPressed, getRightToLeft, getRightToLeftAutoMirrorImage, getSelected, getSize, getTag, getText, getTextAlign, getTextDirection, getTextImageRelation, getToolTipText, getVisible, getWidth, Invalidate, Invalidate, PerformClick, removeAvailableChanged, removeBackColorChanged, removeClick, removeDisplayStyleChanged, removeDoubleClick, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeForeColorChanged, removeGiveFeedback, removeLocationChanged, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeOwnerChanged, removePaint, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRightToLeftChanged, removeTextChanged, removeVisibleChanged, ResetBackColor, ResetDisplayStyle, ResetFont, ResetForeColor, ResetImage, ResetMargin, ResetPadding, ResetRightToLeft, ResetTextDirection, Select, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAlignment, setAllowDrop, setAnchor, setAutoSize, setAvailable, setBackColor, setBackgroundImage, setBackgroundImageLayout, setDisplayStyle, setDock, setDoubleClickEnabled, setEnabled, setFont, setForeColor, setHeight, setImage, setImageAlign, setImageIndex, setImageKey, setImageScaling, setImageTransparentColor, setMargin, setMergeAction, setMergeIndex, setName, setOverflow, setOwner, setPadding, setRightToLeft, setRightToLeftAutoMirrorImage, setSize, setTag, setText, setTextAlign, setTextDirection, setTextImageRelation, setToolTipText, setVisible, setWidthaddDisposed, 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 ToolStripSplitButton()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
SecurityException,
InvalidEnumArgumentException
public ToolStripSplitButton(Image image) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, IndexOutOfRangeException, InvalidEnumArgumentException, NullReferenceException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSecurityExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionNullReferenceExceptionMulticastNotSupportedExceptionpublic ToolStripSplitButton(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ToolStripSplitButton(java.lang.String text)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
SecurityException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
NullReferenceException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSecurityExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionNullReferenceExceptionMulticastNotSupportedExceptionpublic ToolStripSplitButton(java.lang.String text,
Image image)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
SecurityException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
NullReferenceException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSecurityExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionNullReferenceExceptionMulticastNotSupportedExceptionpublic ToolStripSplitButton(java.lang.String text,
Image image,
EventHandler onClick)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
SecurityException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
NullReferenceException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSecurityExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionNullReferenceExceptionMulticastNotSupportedExceptionpublic ToolStripSplitButton(java.lang.String text,
Image image,
EventHandler onClick,
java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
SecurityException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
OverflowException,
InvalidAsynchronousStateException,
NullReferenceException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSecurityExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionOverflowExceptionInvalidAsynchronousStateExceptionNullReferenceExceptionMulticastNotSupportedExceptionpublic ToolStripSplitButton(java.lang.String text,
Image image,
ToolStripItem... dropDownItems)
throws java.lang.Throwable,
ConfigurationErrorsException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidEnumArgumentException,
NullReferenceException,
MulticastNotSupportedException,
NotSupportedException,
RankException
public void addButtonClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addButtonDoubleClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDefaultItemChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static ToolStripSplitButton cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ToolStripSplitButton, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedToolStripSplitButton instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAutoToolTip()
throws java.lang.Throwable
getAutoToolTip in class ToolStripItemjava.lang.Throwablepublic Rectangle getButtonBounds() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, IndexOutOfRangeException, InvalidEnumArgumentException, OverflowException, InvalidAsynchronousStateException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSecurityExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionOverflowExceptionInvalidAsynchronousStateExceptionNullReferenceExceptionpublic boolean getButtonPressed()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
SecurityException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
OverflowException,
InvalidAsynchronousStateException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSecurityExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionOverflowExceptionInvalidAsynchronousStateExceptionNullReferenceExceptionpublic boolean getButtonSelected()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
SecurityException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
OverflowException,
InvalidAsynchronousStateException,
NullReferenceException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSecurityExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionOverflowExceptionInvalidAsynchronousStateExceptionNullReferenceExceptionMulticastNotSupportedExceptionpublic ToolStripItem getDefaultItem() throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getDropDownButtonBounds() throws java.lang.Throwable
java.lang.Throwablepublic boolean getDropDownButtonPressed()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidEnumArgumentException,
MissingManifestResourceException,
ArgumentException,
MulticastNotSupportedException
public boolean getDropDownButtonSelected()
throws java.lang.Throwable
java.lang.Throwablepublic int getDropDownButtonWidth()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDropTargetgetJCOAssemblyName in class ToolStripDropDownItemString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDropTargetgetJCOClassName in class ToolStripDropDownItemString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDropTargetgetJCOInstance in class ToolStripDropDownItemObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDropTargetgetJCOObjectName in class ToolStripDropDownItemString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDropTargetgetJCOType in class ToolStripDropDownItemJCType representing the CLR Type of the instantiated Classpublic Size GetPreferredSize(Size constrainingSize) throws java.lang.Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, InvalidEnumArgumentException, ArgumentOutOfRangeException, OverflowException, InvalidOperationException, NullReferenceException, NotSupportedException
public Rectangle getSplitterBounds() throws java.lang.Throwable
java.lang.Throwablepublic void OnButtonDoubleClick(EventArgs e) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, InvalidAsynchronousStateException, ArgumentException, OutOfMemoryException, IndexOutOfRangeException, Win32Exception, NullReferenceException, NotSupportedException, OverflowException, InvalidEnumArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionObjectDisposedExceptionInvalidAsynchronousStateExceptionArgumentExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionWin32ExceptionNullReferenceExceptionNotSupportedExceptionOverflowExceptionInvalidEnumArgumentExceptionpublic void PerformButtonClick()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentException,
ArgumentNullException,
OutOfMemoryException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
ObjectDisposedException,
OverflowException,
InvalidEnumArgumentException
public void removeButtonClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeButtonDoubleClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDefaultItemChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ResetDropDownButtonWidth()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
ConfigurationErrorsException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
InvalidEnumArgumentException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionNullReferenceExceptionpublic void setAutoToolTip(boolean AutoToolTip)
throws java.lang.Throwable
setAutoToolTip in class ToolStripItemjava.lang.Throwablepublic void setDefaultItem(ToolStripItem DefaultItem) throws java.lang.Throwable, ArgumentNullException, InvalidEnumArgumentException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ArgumentException, NullReferenceException, NotSupportedException
public void setDropDownButtonWidth(int DropDownButtonWidth)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
InvalidEnumArgumentException,
OverflowException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionInvalidEnumArgumentExceptionOverflowExceptionNullReferenceExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ToolStripDropDownItem