public class ToolStripManager extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolStripManager
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=8.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.ToolStripManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ToolStripManager() |
ToolStripManager(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ToolStripManager |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ToolStripManager, a cast assert is made to check if types are compatible. |
static ToolStrip |
FindToolStrip(java.lang.String toolStripName) |
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
|
static ToolStripRenderer |
getRenderer() |
static ToolStripManagerRenderMode |
getRenderMode() |
static boolean |
getVisualStylesEnabled() |
static boolean |
IsShortcutDefined(Keys shortcut) |
static boolean |
IsValidShortcut(Keys shortcut) |
static void |
LoadSettings(Form targetForm) |
static void |
LoadSettings(Form targetForm,
java.lang.String key) |
static boolean |
Merge(ToolStrip sourceToolStrip,
java.lang.String targetName) |
static boolean |
Merge(ToolStrip sourceToolStrip,
ToolStrip targetToolStrip) |
static boolean |
RevertMerge(java.lang.String targetName) |
static boolean |
RevertMerge(ToolStrip targetToolStrip) |
static boolean |
RevertMerge(ToolStrip targetToolStrip,
ToolStrip sourceToolStrip) |
static void |
SaveSettings(Form sourceForm) |
static void |
SaveSettings(Form sourceForm,
java.lang.String key) |
void |
setJCOInstance(JCObject instance) |
static void |
setRenderer(ToolStripRenderer Renderer) |
static void |
setRenderMode(ToolStripManagerRenderMode RenderMode) |
static void |
setVisualStylesEnabled(boolean VisualStylesEnabled) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ToolStripManager()
throws java.lang.Throwable
java.lang.Throwablepublic ToolStripManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ToolStripManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ToolStripManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedToolStripManager instancejava.lang.Throwable - in case of error during cast operationpublic static ToolStrip FindToolStrip(java.lang.String toolStripName) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static ToolStripRenderer getRenderer() throws java.lang.Throwable
java.lang.Throwablepublic static ToolStripManagerRenderMode getRenderMode() throws java.lang.Throwable
java.lang.Throwablepublic static boolean getVisualStylesEnabled()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
OutOfMemoryException,
KeyNotFoundException
public static boolean IsShortcutDefined(Keys shortcut) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, ArgumentNullException
public static boolean IsValidShortcut(Keys shortcut) throws java.lang.Throwable
java.lang.Throwablepublic static void LoadSettings(Form targetForm) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, SettingsPropertyNotFoundException, SerializationException, Win32Exception, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionSettingsPropertyNotFoundExceptionSerializationExceptionWin32ExceptionInvalidEnumArgumentExceptionpublic static void LoadSettings(Form targetForm, java.lang.String key) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, FormatException, OutOfMemoryException, SettingsPropertyNotFoundException, SerializationException, TypeLoadException, Win32Exception, NotImplementedException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionSettingsPropertyNotFoundExceptionSerializationExceptionTypeLoadExceptionWin32ExceptionNotImplementedExceptionInvalidEnumArgumentExceptionpublic static boolean Merge(ToolStrip sourceToolStrip, java.lang.String targetName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, MulticastNotSupportedException, ThreadStateException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionMulticastNotSupportedExceptionThreadStateExceptionWin32Exceptionpublic static boolean Merge(ToolStrip sourceToolStrip, ToolStrip targetToolStrip) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, MulticastNotSupportedException, IndexOutOfRangeException, ThreadStateException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionThreadStateExceptionpublic static boolean RevertMerge(java.lang.String targetName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
ArgumentException,
CultureNotFoundException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
MulticastNotSupportedException,
ThreadStateException,
Win32Exception
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionThreadStateExceptionWin32Exceptionpublic static boolean RevertMerge(ToolStrip targetToolStrip) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, MulticastNotSupportedException, ThreadStateException, Win32Exception, CultureNotFoundException, IndexOutOfRangeException
public static boolean RevertMerge(ToolStrip targetToolStrip, ToolStrip sourceToolStrip) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MulticastNotSupportedException, ThreadStateException, Win32Exception, CultureNotFoundException, IndexOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionMulticastNotSupportedExceptionThreadStateExceptionWin32ExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionpublic static void SaveSettings(Form sourceForm) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, InvalidEnumArgumentException, SettingsPropertyNotFoundException, SettingsPropertyIsReadOnlyException, SettingsPropertyWrongTypeException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionSettingsPropertyNotFoundExceptionSettingsPropertyIsReadOnlyExceptionSettingsPropertyWrongTypeExceptionpublic static void SaveSettings(Form sourceForm, java.lang.String key) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, FormatException, OutOfMemoryException, InvalidEnumArgumentException, SettingsPropertyNotFoundException, SettingsPropertyIsReadOnlyException, SettingsPropertyWrongTypeException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionSettingsPropertyNotFoundExceptionSettingsPropertyIsReadOnlyExceptionSettingsPropertyWrongTypeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void setRenderer(ToolStripRenderer Renderer) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static void setRenderMode(ToolStripManagerRenderMode RenderMode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, NotSupportedException
public static void setVisualStylesEnabled(boolean VisualStylesEnabled)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
KeyNotFoundException