Package system.windows.forms
Class ToolStripStatusLabel
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDropTarget
public class ToolStripStatusLabel extends ToolStripLabel
The base .NET class managing System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolStripStatusLabel
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=8.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.ToolStripStatusLabelstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ToolStripStatusLabel()
ToolStripStatusLabel(java.lang.Object instance)
Internal constructor.ToolStripStatusLabel(java.lang.String text)
ToolStripStatusLabel(java.lang.String text, Image image)
ToolStripStatusLabel(java.lang.String text, Image image, EventHandler onClick)
ToolStripStatusLabel(java.lang.String text, Image image, EventHandler onClick, java.lang.String name)
ToolStripStatusLabel(Image image)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ToolStripStatusLabel
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoToolStripStatusLabel
, a cast assert is made to check if types are compatible.ToolStripItemAlignment
getAlignment()
ToolStripStatusLabelBorderSides
getBorderSides()
Border3DStyle
getBorderStyle()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeAutomationLiveSetting
getLiveSetting()
Size
GetPreferredSize(Size constrainingSize)
boolean
getSpring()
void
setAlignment(ToolStripItemAlignment Alignment)
void
setBorderSides(ToolStripStatusLabelBorderSides BorderSides)
void
setBorderStyle(Border3DStyle BorderStyle)
void
setJCOInstance(JCObject instance)
void
setLiveSetting(AutomationLiveSetting LiveSetting)
void
setSpring(boolean Spring)
-
Methods inherited from class system.windows.forms.ToolStripLabel
getActiveLinkColor, getIsLink, getLinkBehavior, getLinkColor, getLinkVisited, getVisitedLinkColor, setActiveLinkColor, setIsLink, setLinkBehavior, setLinkColor, setLinkVisited, setVisitedLinkColor
-
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, addTextChanged, addVisibleChanged, DoDragDrop, DoDragDrop, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, 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, 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, removeTextChanged, removeVisibleChanged, ResetBackColor, ResetDisplayStyle, ResetFont, ResetForeColor, ResetImage, ResetMargin, ResetPadding, ResetRightToLeft, ResetTextDirection, Select, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, 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=8.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.ToolStripStatusLabel- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ToolStripStatusLabel
public ToolStripStatusLabel(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ToolStripStatusLabel
public ToolStripStatusLabel() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NotSupportedException, InvalidEnumArgumentException, ArgumentOutOfRangeException
-
ToolStripStatusLabel
public ToolStripStatusLabel(Image image) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidEnumArgumentException, ArgumentOutOfRangeException, InvalidOperationException, OverflowException, MulticastNotSupportedException
-
ToolStripStatusLabel
public ToolStripStatusLabel(java.lang.String text, Image image, EventHandler onClick, java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NotSupportedException, InvalidEnumArgumentException, ArgumentOutOfRangeException, InvalidOperationException, OverflowException, InvalidAsynchronousStateException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
NotSupportedException
InvalidEnumArgumentException
ArgumentOutOfRangeException
InvalidOperationException
OverflowException
InvalidAsynchronousStateException
MulticastNotSupportedException
-
ToolStripStatusLabel
public ToolStripStatusLabel(java.lang.String text, Image image, EventHandler onClick) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NotSupportedException, InvalidEnumArgumentException, ArgumentOutOfRangeException, InvalidOperationException, OverflowException, InvalidAsynchronousStateException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
NotSupportedException
InvalidEnumArgumentException
ArgumentOutOfRangeException
InvalidOperationException
OverflowException
InvalidAsynchronousStateException
MulticastNotSupportedException
-
ToolStripStatusLabel
public ToolStripStatusLabel(java.lang.String text, Image image) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidEnumArgumentException, ArgumentOutOfRangeException, InvalidOperationException, OverflowException, MulticastNotSupportedException
-
ToolStripStatusLabel
public ToolStripStatusLabel(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidEnumArgumentException, ArgumentOutOfRangeException, InvalidOperationException, OverflowException, MulticastNotSupportedException
-
-
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 classToolStripLabel
- 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 classToolStripLabel
- 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 classToolStripLabel
- 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 classToolStripLabel
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classToolStripLabel
-
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 classToolStripLabel
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ToolStripStatusLabel cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoToolStripStatusLabel
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ToolStripStatusLabel
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetPreferredSize
public Size GetPreferredSize(Size constrainingSize) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException
- Overrides:
GetPreferredSize
in classToolStripItem
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
-
getSpring
public boolean getSpring() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSpring
public void setSpring(boolean Spring) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getLiveSetting
public AutomationLiveSetting getLiveSetting() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLiveSetting
public void setLiveSetting(AutomationLiveSetting LiveSetting) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException
-
getBorderStyle
public Border3DStyle getBorderStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBorderStyle
public void setBorderStyle(Border3DStyle BorderStyle) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, NotSupportedException
-
getAlignment
public ToolStripItemAlignment getAlignment() throws java.lang.Throwable
- Overrides:
getAlignment
in classToolStripItem
- Throws:
java.lang.Throwable
-
setAlignment
public void setAlignment(ToolStripItemAlignment Alignment) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, NotSupportedException
- Overrides:
setAlignment
in classToolStripItem
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
NotSupportedException
-
getBorderSides
public ToolStripStatusLabelBorderSides getBorderSides() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBorderSides
public void setBorderSides(ToolStripStatusLabelBorderSides BorderSides) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, NotSupportedException
-
-