public class ToolStripPanelRow extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolStripPanelRow
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=4.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.ToolStripPanelRow
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ToolStripPanelRow() |
ToolStripPanelRow(java.lang.Object instance)
Internal constructor.
|
ToolStripPanelRow(ToolStripPanel parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CanMove(ToolStrip toolStripToDrag) |
static ToolStripPanelRow |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ToolStripPanelRow, a cast assert is made to check if types are compatible. |
Rectangle |
getBounds() |
Control[] |
getControls() |
Rectangle |
getDisplayRectangle() |
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
|
LayoutEngine |
getLayoutEngine() |
Padding |
getMargin() |
Orientation |
getOrientation() |
Padding |
getPadding() |
ToolStripPanel |
getToolStripPanel() |
void |
setJCOInstance(JCObject instance) |
void |
setMargin(Padding Margin) |
void |
setPadding(Padding Padding) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ToolStripPanelRow()
throws java.lang.Throwable
java.lang.Throwablepublic ToolStripPanelRow(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ToolStripPanelRow(ToolStripPanel parent) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, InvalidEnumArgumentException
public boolean CanMove(ToolStrip toolStripToDrag) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidEnumArgumentException
public static ToolStripPanelRow cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ToolStripPanelRow, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedToolStripPanelRow instancejava.lang.Throwable - in case of error during cast operationpublic Rectangle getBounds() throws java.lang.Throwable
java.lang.Throwablepublic final Control[] getControls() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, InvalidOperationException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public Rectangle getDisplayRectangle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidEnumArgumentException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic LayoutEngine getLayoutEngine() throws java.lang.Throwable
java.lang.Throwablepublic Padding getMargin() throws java.lang.Throwable
java.lang.Throwablepublic Orientation getOrientation() throws java.lang.Throwable
java.lang.Throwablepublic Padding getPadding() throws java.lang.Throwable
java.lang.Throwablepublic ToolStripPanel getToolStripPanel() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setMargin(Padding Margin) throws java.lang.Throwable
java.lang.Throwablepublic void setPadding(Padding Padding) throws java.lang.Throwable
java.lang.Throwable