Package system.windows.forms
Class ToolStripDropDownItem
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.BindableComponent
-
- system.windows.forms.ToolStripItem
-
- system.windows.forms.ToolStripDropDownItem
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDropTarget
- Direct Known Subclasses:
ToolStripDropDownButton
,ToolStripMenuItem
,ToolStripSplitButton
public class ToolStripDropDownItem extends ToolStripItem
The base .NET class managing System.Windows.Forms.ToolStripDropDownItem, System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolStripDropDownItem
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.ToolStripDropDownItemstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ToolStripDropDownItem()
ToolStripDropDownItem(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.windows.forms.ToolStripItem
addAvailableChanged, addBackColorChanged, addClick, addCommandCanExecuteChanged, addCommandChanged, addCommandParameterChanged, addDisplayStyleChanged, addDoubleClick, 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, 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, removeCommandCanExecuteChanged, removeCommandChanged, removeCommandParameterChanged, removeDisplayStyleChanged, removeDoubleClick, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeForeColorChanged, removeGiveFeedback, removeLocationChanged, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeOwnerChanged, removePaint, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRightToLeftChanged, removeSelectedChanged, removeTextChanged, removeVisibleChanged, ResetBackColor, ResetDisplayStyle, ResetFont, ResetForeColor, ResetImage, ResetMargin, ResetPadding, ResetRightToLeft, ResetTextDirection, Select, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAlignment, setAllowDrop, setAnchor, setAutoSize, setAutoToolTip, setAvailable, setBackColor, setBackgroundImage, setBackgroundImageLayout, setCommand, setCommandParameter, 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, setWidth
-
Methods inherited from class system.windows.forms.BindableComponent
addBindingContextChanged, getBindingContext, getDataBindings, removeBindingContextChanged, setBindingContext
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.windows.forms.IDropTarget
OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.ToolStripDropDownItem- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDropTarget
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classToolStripItem
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIDropTarget
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classToolStripItem
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIDropTarget
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classToolStripItem
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIDropTarget
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classToolStripItem
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classToolStripItem
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDropTarget
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classToolStripItem
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ToolStripDropDownItem cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoToolStripDropDownItem
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ToolStripDropDownItem
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
HideDropDown
public void HideDropDown() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, Win32Exception, MulticastNotSupportedException, InvalidOperationException, SecurityException, IOException, OverflowException
-
ShowDropDown
public void ShowDropDown() throws java.lang.Throwable, ArgumentException, InvalidOperationException, MulticastNotSupportedException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArrayTypeMismatchException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
MulticastNotSupportedException
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
Win32Exception
OutOfMemoryException
ArrayTypeMismatchException
KeyNotFoundException
-
getHasDropDown
public boolean getHasDropDown() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHasDropDownItems
public boolean getHasDropDownItems() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getDropDown
public ToolStripDropDown getDropDown() throws java.lang.Throwable, ArgumentOutOfRangeException, Win32Exception, ArgumentNullException, ArgumentException, SynchronizationLockException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
Win32Exception
ArgumentNullException
ArgumentException
SynchronizationLockException
InvalidOperationException
-
setDropDown
public void setDropDown(ToolStripDropDown DropDown) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentException
MulticastNotSupportedException
-
getDropDownDirection
public ToolStripDropDownDirection getDropDownDirection() throws java.lang.Throwable, ArgumentNullException, InvalidEnumArgumentException, ArgumentOutOfRangeException, ArgumentException, Win32Exception, PlatformNotSupportedException, RankException, ArrayTypeMismatchException, MulticastNotSupportedException, ExternalException
-
setDropDownDirection
public void setDropDownDirection(ToolStripDropDownDirection DropDownDirection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ArrayTypeMismatchException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
Win32Exception
MulticastNotSupportedException
-
getDropDownItems
public ToolStripItemCollection getDropDownItems() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, Win32Exception, NotSupportedException, PlatformNotSupportedException, MulticastNotSupportedException
-
addDropDownClosed
public void addDropDownClosed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDropDownClosed
public void removeDropDownClosed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDropDownOpened
public void addDropDownOpened(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDropDownOpened
public void removeDropDownOpened(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDropDownOpening
public void addDropDownOpening(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDropDownOpening
public void removeDropDownOpening(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDropDownItemClicked
public void addDropDownItemClicked(ToolStripItemClickedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDropDownItemClicked
public void removeDropDownItemClicked(ToolStripItemClickedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-