Package system.windows.forms
Class ToolStripRenderer
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.ToolStripRenderer
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
ToolStripProfessionalRenderer
,ToolStripSystemRenderer
public class ToolStripRenderer extends NetObject
The base .NET class managing System.Windows.Forms.ToolStripRenderer, 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.ToolStripRenderer
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.ToolStripRendererstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ToolStripRenderer()
ToolStripRenderer(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
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.ToolStripRenderer- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ToolStripRenderer cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoToolStripRenderer
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ToolStripRenderer
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CreateDisabledImage
public static Image CreateDisabledImage(Image normalImage) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
DrawArrow
public void DrawArrow(ToolStripArrowRenderEventArgs e) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException
-
DrawButtonBackground
public void DrawButtonBackground(ToolStripItemRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawDropDownButtonBackground
public void DrawDropDownButtonBackground(ToolStripItemRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawGrip
public void DrawGrip(ToolStripGripRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawImageMargin
public void DrawImageMargin(ToolStripRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawItemBackground
public void DrawItemBackground(ToolStripItemRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawItemCheck
public void DrawItemCheck(ToolStripItemImageRenderEventArgs e) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawItemImage
public void DrawItemImage(ToolStripItemImageRenderEventArgs e) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException
-
DrawItemText
public void DrawItemText(ToolStripItemTextRenderEventArgs e) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, Win32Exception
-
DrawLabelBackground
public void DrawLabelBackground(ToolStripItemRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawMenuItemBackground
public void DrawMenuItemBackground(ToolStripItemRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawOverflowButtonBackground
public void DrawOverflowButtonBackground(ToolStripItemRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawSeparator
public void DrawSeparator(ToolStripSeparatorRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawSplitButton
public void DrawSplitButton(ToolStripItemRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawStatusStripSizingGrip
public void DrawStatusStripSizingGrip(ToolStripRenderEventArgs e) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ExternalException
-
DrawToolStripBackground
public void DrawToolStripBackground(ToolStripRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawToolStripBorder
public void DrawToolStripBorder(ToolStripRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawToolStripContentPanelBackground
public void DrawToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawToolStripPanelBackground
public void DrawToolStripPanelBackground(ToolStripPanelRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawToolStripStatusLabelBackground
public void DrawToolStripStatusLabelBackground(ToolStripItemRenderEventArgs e) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderArrow
public void addRenderArrow(ToolStripArrowRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderArrow
public void removeRenderArrow(ToolStripArrowRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderToolStripContentPanelBackground
public void addRenderToolStripContentPanelBackground(ToolStripContentPanelRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderToolStripContentPanelBackground
public void removeRenderToolStripContentPanelBackground(ToolStripContentPanelRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderGrip
public void addRenderGrip(ToolStripGripRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderGrip
public void removeRenderGrip(ToolStripGripRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderItemCheck
public void addRenderItemCheck(ToolStripItemImageRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderItemCheck
public void removeRenderItemCheck(ToolStripItemImageRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderItemImage
public void addRenderItemImage(ToolStripItemImageRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderItemImage
public void removeRenderItemImage(ToolStripItemImageRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderButtonBackground
public void addRenderButtonBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderButtonBackground
public void removeRenderButtonBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderDropDownButtonBackground
public void addRenderDropDownButtonBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderDropDownButtonBackground
public void removeRenderDropDownButtonBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderItemBackground
public void addRenderItemBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderItemBackground
public void removeRenderItemBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderLabelBackground
public void addRenderLabelBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderLabelBackground
public void removeRenderLabelBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderMenuItemBackground
public void addRenderMenuItemBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderMenuItemBackground
public void removeRenderMenuItemBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderOverflowButtonBackground
public void addRenderOverflowButtonBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderOverflowButtonBackground
public void removeRenderOverflowButtonBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderSplitButtonBackground
public void addRenderSplitButtonBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderSplitButtonBackground
public void removeRenderSplitButtonBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderToolStripStatusLabelBackground
public void addRenderToolStripStatusLabelBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderToolStripStatusLabelBackground
public void removeRenderToolStripStatusLabelBackground(ToolStripItemRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderItemText
public void addRenderItemText(ToolStripItemTextRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderItemText
public void removeRenderItemText(ToolStripItemTextRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderToolStripPanelBackground
public void addRenderToolStripPanelBackground(ToolStripPanelRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderToolStripPanelBackground
public void removeRenderToolStripPanelBackground(ToolStripPanelRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderImageMargin
public void addRenderImageMargin(ToolStripRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderImageMargin
public void removeRenderImageMargin(ToolStripRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderStatusStripSizingGrip
public void addRenderStatusStripSizingGrip(ToolStripRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderStatusStripSizingGrip
public void removeRenderStatusStripSizingGrip(ToolStripRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderToolStripBackground
public void addRenderToolStripBackground(ToolStripRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderToolStripBackground
public void removeRenderToolStripBackground(ToolStripRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderToolStripBorder
public void addRenderToolStripBorder(ToolStripRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderToolStripBorder
public void removeRenderToolStripBorder(ToolStripRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRenderSeparator
public void addRenderSeparator(ToolStripSeparatorRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRenderSeparator
public void removeRenderSeparator(ToolStripSeparatorRenderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-