public class ToolStripDropDownButton extends ToolStripDropDownItem
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolStripDropDownButton
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.ToolStripDropDownButton
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ToolStripDropDownButton() |
ToolStripDropDownButton(Image image) |
ToolStripDropDownButton(java.lang.Object instance)
Internal constructor.
|
ToolStripDropDownButton(java.lang.String text) |
ToolStripDropDownButton(java.lang.String text,
Image image) |
ToolStripDropDownButton(java.lang.String text,
Image image,
EventHandler onClick) |
ToolStripDropDownButton(java.lang.String text,
Image image,
EventHandler onClick,
java.lang.String name) |
ToolStripDropDownButton(java.lang.String text,
Image image,
ToolStripItem... dropDownItems) |
| Modifier and Type | Method and Description |
|---|---|
static ToolStripDropDownButton |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ToolStripDropDownButton, a cast assert is made to check if types are compatible. |
boolean |
getAutoToolTip() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getShowDropDownArrow() |
void |
setAutoToolTip(boolean AutoToolTip) |
void |
setJCOInstance(JCObject instance) |
void |
setShowDropDownArrow(boolean ShowDropDownArrow) |
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, GetPreferredSize, 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 ToolStripDropDownButton()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
SecurityException,
InvalidEnumArgumentException
public ToolStripDropDownButton(Image image) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, IndexOutOfRangeException, InvalidEnumArgumentException, NullReferenceException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSecurityExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionNullReferenceExceptionMulticastNotSupportedExceptionpublic ToolStripDropDownButton(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ToolStripDropDownButton(java.lang.String text)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
SecurityException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
NullReferenceException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSecurityExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionNullReferenceExceptionMulticastNotSupportedExceptionpublic ToolStripDropDownButton(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 ToolStripDropDownButton(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 ToolStripDropDownButton(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 ToolStripDropDownButton(java.lang.String text,
Image image,
ToolStripItem... dropDownItems)
throws java.lang.Throwable,
ConfigurationErrorsException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidEnumArgumentException,
NullReferenceException,
MulticastNotSupportedException,
NotSupportedException,
RankException
public static ToolStripDropDownButton cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ToolStripDropDownButton, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedToolStripDropDownButton instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAutoToolTip()
throws java.lang.Throwable
getAutoToolTip in class ToolStripItemjava.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 boolean getShowDropDownArrow()
throws java.lang.Throwable
java.lang.Throwablepublic void setAutoToolTip(boolean AutoToolTip)
throws java.lang.Throwable
setAutoToolTip in class ToolStripItemjava.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ToolStripDropDownItempublic void setShowDropDownArrow(boolean ShowDropDownArrow)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException