public class ToolBarButton extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolBarButton
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=10.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.ToolBarButton
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ToolBarButton() |
ToolBarButton(java.lang.Object instance)
Internal constructor.
|
ToolBarButton(java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
static ToolBarButton |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ToolBarButton, a cast assert is made to check if types are compatible. |
Menu |
getDropDownMenu() |
boolean |
getEnabled() |
int |
getImageIndex() |
java.lang.String |
getImageKey() |
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
|
java.lang.String |
getName() |
ToolBar |
getParent() |
boolean |
getPartialPush() |
boolean |
getPushed() |
Rectangle |
getRectangle() |
ToolBarButtonStyle |
getStyle() |
NetObject |
getTag() |
java.lang.String |
getText() |
java.lang.String |
getToolTipText() |
boolean |
getVisible() |
void |
setDropDownMenu(Menu DropDownMenu) |
void |
setEnabled(boolean Enabled) |
void |
setImageIndex(int ImageIndex) |
void |
setImageKey(java.lang.String ImageKey) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
void |
setPartialPush(boolean PartialPush) |
void |
setPushed(boolean Pushed) |
void |
setStyle(ToolBarButtonStyle Style) |
void |
setTag(NetObject Tag) |
void |
setText(java.lang.String Text) |
void |
setToolTipText(java.lang.String ToolTipText) |
void |
setVisible(boolean Visible) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ToolBarButton()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public ToolBarButton(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ToolBarButton(java.lang.String text)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public static ToolBarButton cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ToolBarButton, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedToolBarButton instancejava.lang.Throwable - in case of error during cast operationpublic Menu getDropDownMenu() throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic int getImageIndex()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getImageKey()
throws java.lang.Throwable
java.lang.Throwablepublic 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 java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic ToolBar getParent() throws java.lang.Throwable
java.lang.Throwablepublic boolean getPartialPush()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getPushed()
throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getRectangle() throws java.lang.Throwable
java.lang.Throwablepublic ToolBarButtonStyle getStyle() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getText()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getToolTipText()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getVisible()
throws java.lang.Throwable
java.lang.Throwablepublic void setDropDownMenu(Menu DropDownMenu) throws java.lang.Throwable
java.lang.Throwablepublic void setEnabled(boolean Enabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setImageIndex(int ImageIndex)
throws java.lang.Throwable
java.lang.Throwablepublic void setImageKey(java.lang.String ImageKey)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic void setPartialPush(boolean PartialPush)
throws java.lang.Throwable
java.lang.Throwablepublic void setPushed(boolean Pushed)
throws java.lang.Throwable
java.lang.Throwablepublic void setStyle(ToolBarButtonStyle Style) throws java.lang.Throwable
java.lang.Throwablepublic void setTag(NetObject Tag) throws java.lang.Throwable
java.lang.Throwablepublic void setText(java.lang.String Text)
throws java.lang.Throwable
java.lang.Throwablepublic void setToolTipText(java.lang.String ToolTipText)
throws java.lang.Throwable
java.lang.Throwablepublic void setVisible(boolean Visible)
throws java.lang.Throwable
java.lang.Throwable