public class ToolBar extends Control
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolBar
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.ToolBar
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ToolBar() |
ToolBar(java.lang.Object instance)
Internal constructor.
|
addBindingContextChanged, addCausesValidationChanged, addChangeUICues, addClick, addClientSizeChanged, addContextMenuChanged, addContextMenuStripChanged, addControlAdded, addControlRemoved, addCursorChanged, addDataContextChanged, addDockChanged, addDoubleClick, addDpiChangedAfterParent, addDpiChangedBeforeParent, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addEnter, addFontChanged, addGiveFeedback, addGotFocus, addHandleCreated, addHandleDestroyed, addHelpRequested, addInvalidated, addKeyDown, addKeyPress, addKeyUp, addLayout, addLeave, addLocationChanged, addLostFocus, addMarginChanged, addMouseCaptureChanged, addMouseClick, addMouseDoubleClick, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addMouseWheel, addMove, addPaddingChanged, addParentChanged, addPreviewKeyDown, addQueryAccessibilityHelp, addQueryContinueDrag, addRegionChanged, addResize, addSizeChanged, addStyleChanged, addSystemColorsChanged, addTabIndexChanged, addTabStopChanged, addValidated, addValidating, addVisibleChanged, BeginInvoke, BringToFront, Contains, CreateControl, CreateGraphics, DoDragDrop, DoDragDrop, DrawToBitmap, EndInvoke, FindForm, Focus, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAllowDrop, getAnchor, getAutoScrollOffset, getAutoSize, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBindingContext, getBottom, getBounds, getCanFocus, getCanSelect, getCapture, getCausesValidation, getCheckForIllegalCrossThreadCalls, GetChildAtPoint, GetChildAtPoint, getClientRectangle, getClientSize, getCompanyName, GetContainerControl, getContainsFocus, getContextMenu, getContextMenuStrip, getCreated, getCursor, getDataBindings, getDataContext, getDefaultBackColor, getDefaultFont, getDefaultForeColor, getDeviceDpi, getDisplayRectangle, getDisposing, getDock, getEnabled, getFocused, getFont, getForeColor, getHasChildren, getHeight, getInvokeRequired, getIsAccessible, getIsAncestorSiteInDesignMode, getIsDisposed, getIsHandleCreated, getIsMirrored, getLayoutEngine, getLeft, getLocation, getMargin, getMaximumSize, getMinimumSize, getModifierKeys, getMouseButtons, getMousePosition, getName, GetNextControl, getPadding, getParent, getPreferredSize, GetPreferredSize, getProductName, getProductVersion, getRecreatingHandle, getRegion, getRight, getRightToLeft, getSize, getTabIndex, getTag, getText, getTop, getTopLevelControl, getUseWaitCursor, getVisible, getWidth, getWindowTarget, Hide, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invoke, InvokeAsync, IsKeyLocked, IsMnemonic, LogicalToDeviceUnits, LogicalToDeviceUnits, PerformLayout, PerformLayout, PointToClient, PointToScreen, PreProcessControlMessage, PreProcessMessage, RectangleToClient, RectangleToScreen, Refresh, removeBindingContextChanged, removeCausesValidationChanged, removeChangeUICues, removeClick, removeClientSizeChanged, removeContextMenuChanged, removeContextMenuStripChanged, removeControlAdded, removeControlRemoved, removeCursorChanged, removeDataContextChanged, removeDockChanged, removeDoubleClick, removeDpiChangedAfterParent, removeDpiChangedBeforeParent, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeEnter, removeFontChanged, removeGiveFeedback, removeGotFocus, removeHandleCreated, removeHandleDestroyed, removeHelpRequested, removeInvalidated, removeKeyDown, removeKeyPress, removeKeyUp, removeLayout, removeLeave, removeLocationChanged, removeLostFocus, removeMarginChanged, removeMouseCaptureChanged, removeMouseClick, removeMouseDoubleClick, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeMouseWheel, removeMove, removePaddingChanged, removeParentChanged, removePreviewKeyDown, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRegionChanged, removeResize, removeSizeChanged, removeStyleChanged, removeSystemColorsChanged, removeTabIndexChanged, removeTabStopChanged, removeValidated, removeValidating, removeVisibleChanged, ResetBackColor, ResetBindings, ResetCursor, ResetFont, ResetForeColor, ResetImeMode, ResetRightToLeft, ResetText, ResumeLayout, ResumeLayout, Scale, Scale, Scale, ScaleBitmapLogicalToDevice, Select, SelectNextControl, SendToBack, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAllowDrop, setAnchor, setAutoScrollOffset, setAutoSize, setBackColor, setBackgroundImage, setBackgroundImageLayout, setBindingContext, SetBounds, SetBounds, setBounds, setCapture, setCausesValidation, setCheckForIllegalCrossThreadCalls, setClientSize, setContextMenu, setContextMenuStrip, setCursor, setDataContext, setDock, setEnabled, setFont, setForeColor, setHeight, setIsAccessible, setLeft, setLocation, setMargin, setMaximumSize, setMinimumSize, setName, setPadding, setParent, setRegion, setRightToLeft, setSize, setTabIndex, setTag, setText, setTop, setUseWaitCursor, setVisible, setWidth, setWindowTarget, Show, SuspendLayout, UpdateaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServiceEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringOnDragDrop, OnDragEnter, OnDragLeave, OnDragOver, ToIDropTargetpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ToolBar()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
ObjectDisposedException,
Win32Exception
public ToolBar(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addAutoSizeChanged(EventHandler handler) throws java.lang.Throwable
addAutoSizeChanged in class Controljava.lang.Throwablepublic void addBackColorChanged(EventHandler handler) throws java.lang.Throwable
addBackColorChanged in class Controljava.lang.Throwablepublic void addBackgroundImageChanged(EventHandler handler) throws java.lang.Throwable
addBackgroundImageChanged in class Controljava.lang.Throwablepublic void addBackgroundImageLayoutChanged(EventHandler handler) throws java.lang.Throwable
addBackgroundImageLayoutChanged in class Controljava.lang.Throwablepublic void addButtonClick(ToolBarButtonClickEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addButtonDropDown(ToolBarButtonClickEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addForeColorChanged(EventHandler handler) throws java.lang.Throwable
addForeColorChanged in class Controljava.lang.Throwablepublic void addImeModeChanged(EventHandler handler) throws java.lang.Throwable
addImeModeChanged in class Controljava.lang.Throwablepublic void addPaint(PaintEventHandler handler) throws java.lang.Throwable
public void addRightToLeftChanged(EventHandler handler) throws java.lang.Throwable
addRightToLeftChanged in class Controljava.lang.Throwablepublic void addTextChanged(EventHandler handler) throws java.lang.Throwable
addTextChanged in class Controljava.lang.Throwablepublic static ToolBar cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ToolBar, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedToolBar instancejava.lang.Throwable - in case of error during cast operationpublic ToolBarAppearance getAppearance() throws java.lang.Throwable
java.lang.Throwablepublic BorderStyle getBorderStyle() throws java.lang.Throwable
java.lang.Throwablepublic Size getButtonSize() throws java.lang.Throwable
java.lang.Throwablepublic boolean getDivider()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getDropDownArrows()
throws java.lang.Throwable
java.lang.Throwablepublic ImageList getImageList() throws java.lang.Throwable
java.lang.Throwablepublic Size getImageSize() throws java.lang.Throwable
java.lang.Throwablepublic ImeMode getImeMode() throws java.lang.Throwable
getImeMode in class Controljava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDropTargetgetJCOAssemblyName in class ControlString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDropTargetgetJCOClassName in class ControlString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDropTargetgetJCOInstance in class ControlObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDropTargetgetJCOObjectName in class ControlString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDropTargetgetJCOType in class ControlJCType representing the CLR Type of the instantiated Classpublic boolean getShowToolTips()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTabStop()
throws java.lang.Throwable
getTabStop in class Controljava.lang.Throwablepublic ToolBarTextAlign getTextAlign() throws java.lang.Throwable
java.lang.Throwablepublic boolean getWrappable()
throws java.lang.Throwable
java.lang.Throwablepublic void removeAutoSizeChanged(EventHandler handler) throws java.lang.Throwable
removeAutoSizeChanged in class Controljava.lang.Throwablepublic void removeBackColorChanged(EventHandler handler) throws java.lang.Throwable
removeBackColorChanged in class Controljava.lang.Throwablepublic void removeBackgroundImageChanged(EventHandler handler) throws java.lang.Throwable
removeBackgroundImageChanged in class Controljava.lang.Throwablepublic void removeBackgroundImageLayoutChanged(EventHandler handler) throws java.lang.Throwable
removeBackgroundImageLayoutChanged in class Controljava.lang.Throwablepublic void removeButtonClick(ToolBarButtonClickEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeButtonDropDown(ToolBarButtonClickEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeForeColorChanged(EventHandler handler) throws java.lang.Throwable
removeForeColorChanged in class Controljava.lang.Throwablepublic void removeImeModeChanged(EventHandler handler) throws java.lang.Throwable
removeImeModeChanged in class Controljava.lang.Throwablepublic void removePaint(PaintEventHandler handler) throws java.lang.Throwable
removePaint in class Controljava.lang.Throwablepublic void removeRightToLeftChanged(EventHandler handler) throws java.lang.Throwable
removeRightToLeftChanged in class Controljava.lang.Throwablepublic void removeTextChanged(EventHandler handler) throws java.lang.Throwable
removeTextChanged in class Controljava.lang.Throwablepublic void setAppearance(ToolBarAppearance Appearance) throws java.lang.Throwable
java.lang.Throwablepublic void setBorderStyle(BorderStyle BorderStyle) throws java.lang.Throwable
java.lang.Throwablepublic void setButtonSize(Size ButtonSize) throws java.lang.Throwable
java.lang.Throwablepublic void setDivider(boolean Divider)
throws java.lang.Throwable
java.lang.Throwablepublic void setDropDownArrows(boolean DropDownArrows)
throws java.lang.Throwable
java.lang.Throwablepublic void setImageList(ImageList ImageList) throws java.lang.Throwable
java.lang.Throwablepublic void setImeMode(ImeMode ImeMode) throws java.lang.Throwable
setImeMode in class Controljava.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Controlpublic void setShowToolTips(boolean ShowToolTips)
throws java.lang.Throwable
java.lang.Throwablepublic void setTabStop(boolean TabStop)
throws java.lang.Throwable
setTabStop in class Controljava.lang.Throwablepublic void setTextAlign(ToolBarTextAlign TextAlign) throws java.lang.Throwable
java.lang.Throwablepublic void setWrappable(boolean Wrappable)
throws java.lang.Throwable
java.lang.Throwable