public class ToolStripLabel extends ToolStripItem
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolStripLabel
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=9.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.ToolStripLabel
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ToolStripLabel() |
ToolStripLabel(Image image) |
ToolStripLabel(java.lang.Object instance)
Internal constructor.
|
ToolStripLabel(java.lang.String text) |
ToolStripLabel(java.lang.String text,
Image image) |
ToolStripLabel(java.lang.String text,
Image image,
boolean isLink) |
ToolStripLabel(java.lang.String text,
Image image,
boolean isLink,
EventHandler onClick) |
ToolStripLabel(java.lang.String text,
Image image,
boolean isLink,
EventHandler onClick,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static ToolStripLabel |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ToolStripLabel, a cast assert is made to check if types are compatible. |
Color |
getActiveLinkColor() |
boolean |
getIsLink() |
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
|
LinkBehavior |
getLinkBehavior() |
Color |
getLinkColor() |
boolean |
getLinkVisited() |
Color |
getVisitedLinkColor() |
void |
setActiveLinkColor(Color ActiveLinkColor) |
void |
setIsLink(boolean IsLink) |
void |
setJCOInstance(JCObject instance) |
void |
setLinkBehavior(LinkBehavior LinkBehavior) |
void |
setLinkColor(Color LinkColor) |
void |
setLinkVisited(boolean LinkVisited) |
void |
setVisitedLinkColor(Color VisitedLinkColor) |
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, 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 ToolStripLabel()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
NotSupportedException,
IndexOutOfRangeException,
RankException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
LockRecursionException,
OutOfMemoryException,
ObjectDisposedException,
AbandonedMutexException,
SynchronizationLockException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionLockRecursionExceptionOutOfMemoryExceptionObjectDisposedExceptionAbandonedMutexExceptionSynchronizationLockExceptionInvalidEnumArgumentExceptionpublic ToolStripLabel(Image image) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, InvalidEnumArgumentException, ArgumentOutOfRangeException, OverflowException, InvalidOperationException, InvalidAsynchronousStateException, MulticastNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionOverflowExceptionInvalidOperationExceptionInvalidAsynchronousStateExceptionMulticastNotSupportedExceptionpublic ToolStripLabel(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ToolStripLabel(java.lang.String text)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
LockRecursionException,
AbandonedMutexException,
SynchronizationLockException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException,
OverflowException,
InvalidOperationException,
InvalidAsynchronousStateException,
MulticastNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionOverflowExceptionInvalidOperationExceptionInvalidAsynchronousStateExceptionMulticastNotSupportedExceptionpublic ToolStripLabel(java.lang.String text,
Image image)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
LockRecursionException,
AbandonedMutexException,
SynchronizationLockException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException,
OverflowException,
InvalidOperationException,
InvalidAsynchronousStateException,
MulticastNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionOverflowExceptionInvalidOperationExceptionInvalidAsynchronousStateExceptionMulticastNotSupportedExceptionpublic ToolStripLabel(java.lang.String text,
Image image,
boolean isLink)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
LockRecursionException,
SynchronizationLockException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
OverflowException,
MulticastNotSupportedException
public ToolStripLabel(java.lang.String text,
Image image,
boolean isLink,
EventHandler onClick)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
LockRecursionException,
AbandonedMutexException,
SynchronizationLockException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException,
OverflowException,
InvalidOperationException,
InvalidAsynchronousStateException,
MulticastNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionOverflowExceptionInvalidOperationExceptionInvalidAsynchronousStateExceptionMulticastNotSupportedExceptionpublic ToolStripLabel(java.lang.String text,
Image image,
boolean isLink,
EventHandler onClick,
java.lang.String name)
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
ArgumentNullException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
LockRecursionException,
NotSupportedException,
OutOfMemoryException,
AbandonedMutexException,
SynchronizationLockException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException,
OverflowException,
InvalidOperationException,
InvalidAsynchronousStateException,
MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionLockRecursionExceptionNotSupportedExceptionOutOfMemoryExceptionAbandonedMutexExceptionSynchronizationLockExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionOverflowExceptionInvalidOperationExceptionInvalidAsynchronousStateExceptionMulticastNotSupportedExceptionpublic static ToolStripLabel cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ToolStripLabel, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedToolStripLabel instancejava.lang.Throwable - in case of error during cast operationpublic Color getActiveLinkColor() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, InvalidOperationException, NotSupportedException, ExternalException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionInvalidOperationExceptionNotSupportedExceptionExternalExceptionCultureNotFoundExceptionpublic boolean getIsLink()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDropTargetgetJCOAssemblyName in class ToolStripItemString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDropTargetgetJCOClassName in class ToolStripItemString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDropTargetgetJCOInstance in class ToolStripItemObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDropTargetgetJCOObjectName in class ToolStripItemString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDropTargetgetJCOType in class ToolStripItemJCType representing the CLR Type of the instantiated Classpublic LinkBehavior getLinkBehavior() throws java.lang.Throwable
java.lang.Throwablepublic Color getLinkColor() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, InvalidOperationException, NotSupportedException, ExternalException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionInvalidOperationExceptionNotSupportedExceptionExternalExceptionCultureNotFoundExceptionpublic boolean getLinkVisited()
throws java.lang.Throwable
java.lang.Throwablepublic Color getVisitedLinkColor() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, InvalidOperationException, NotSupportedException, ExternalException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionInvalidOperationExceptionNotSupportedExceptionExternalExceptionCultureNotFoundExceptionpublic void setActiveLinkColor(Color ActiveLinkColor) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, FormatException
public void setIsLink(boolean IsLink)
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class ToolStripItempublic void setLinkBehavior(LinkBehavior LinkBehavior) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException
public void setLinkColor(Color LinkColor) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, FormatException
public void setLinkVisited(boolean LinkVisited)
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException
public void setVisitedLinkColor(Color VisitedLinkColor) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, FormatException