Package system.windows.forms
Class ToolStripTextBox
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDropTarget
public class ToolStripTextBox extends ToolStripControlHost
The base .NET class managing System.Windows.Forms.ToolStripTextBox, 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.ToolStripTextBox
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.ToolStripTextBoxstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ToolStripTextBox()
ToolStripTextBox(java.lang.Object instance)
Internal constructor.ToolStripTextBox(java.lang.String name)
ToolStripTextBox(Control c)
-
Method Summary
-
Methods inherited from class system.windows.forms.ToolStripControlHost
addDisplayStyleChanged, addEnter, addGotFocus, addKeyDown, addKeyPress, addKeyUp, addLeave, addLostFocus, addValidated, addValidating, Focus, getCausesValidation, getControl, getControlAlign, getDisplayStyle, getDoubleClickEnabled, getFocused, getImageAlign, getImageScaling, getImageTransparentColor, getRightToLeftAutoMirrorImage, getTextAlign, getTextImageRelation, removeDisplayStyleChanged, removeEnter, removeGotFocus, removeKeyDown, removeKeyPress, removeKeyUp, removeLeave, removeLostFocus, removeValidated, removeValidating, ResetBackColor, ResetForeColor, setCausesValidation, setControlAlign, setDisplayStyle, setDoubleClickEnabled, setImageAlign, setImageScaling, setImageTransparentColor, setRightToLeftAutoMirrorImage, setTextAlign, setTextImageRelation
-
Methods inherited from class system.windows.forms.ToolStripItem
addAvailableChanged, addBackColorChanged, addClick, addCommandCanExecuteChanged, addCommandChanged, addCommandParameterChanged, addDoubleClick, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addForeColorChanged, addGiveFeedback, addLocationChanged, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addOwnerChanged, addPaint, addQueryAccessibilityHelp, addQueryContinueDrag, addRightToLeftChanged, addTextChanged, addVisibleChanged, DoDragDrop, DoDragDrop, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAlignment, getAllowDrop, getAnchor, getAutoSize, getAutoToolTip, getAvailable, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBounds, getCanSelect, getCommand, getCommandParameter, getContentRectangle, GetCurrentParent, getDock, getEnabled, getFont, getForeColor, getHeight, getImage, getImageIndex, getImageKey, getIsDisposed, getIsOnDropDown, getIsOnOverflow, getMargin, getMergeAction, getMergeIndex, getName, getOverflow, getOwner, getOwnerItem, getPadding, getPlacement, getPressed, getRightToLeft, getSelected, getSize, getTag, getText, getTextDirection, getToolTipText, getVisible, getWidth, Invalidate, Invalidate, PerformClick, removeAvailableChanged, removeBackColorChanged, removeClick, removeCommandCanExecuteChanged, removeCommandChanged, removeCommandParameterChanged, removeDoubleClick, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeForeColorChanged, removeGiveFeedback, removeLocationChanged, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeOwnerChanged, removePaint, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRightToLeftChanged, removeTextChanged, removeVisibleChanged, ResetDisplayStyle, ResetFont, ResetImage, ResetMargin, ResetPadding, ResetRightToLeft, ResetTextDirection, Select, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAlignment, setAllowDrop, setAnchor, setAutoSize, setAutoToolTip, setAvailable, setBackColor, setBackgroundImage, setBackgroundImageLayout, setCommand, setCommandParameter, setDock, setEnabled, setFont, setForeColor, setHeight, setImage, setImageIndex, setImageKey, setMargin, setMergeAction, setMergeIndex, setName, setOverflow, setOwner, setPadding, setRightToLeft, setSize, setTag, setText, setTextDirection, setToolTipText, setVisible, setWidth
-
Methods inherited from class system.windows.forms.BindableComponent
addBindingContextChanged, getBindingContext, getDataBindings, removeBindingContextChanged, setBindingContext
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.windows.forms.IDropTarget
OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver
-
-
-
-
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.ToolStripTextBox- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ToolStripTextBox
public ToolStripTextBox(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ToolStripTextBox
public ToolStripTextBox() throws java.lang.Throwable, Win32Exception, ArgumentException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidEnumArgumentException, MulticastNotSupportedException, OverflowException, OutOfMemoryException, ObjectDisposedException, KeyNotFoundException
- Throws:
java.lang.Throwable
Win32Exception
ArgumentException
PlatformNotSupportedException
InvalidOperationException
NotSupportedException
ArgumentNullException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
ArgumentOutOfRangeException
InvalidEnumArgumentException
MulticastNotSupportedException
OverflowException
OutOfMemoryException
ObjectDisposedException
KeyNotFoundException
-
ToolStripTextBox
public ToolStripTextBox(java.lang.String name) throws java.lang.Throwable, Win32Exception, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
Win32Exception
ArgumentException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
NotSupportedException
ArgumentOutOfRangeException
MulticastNotSupportedException
OutOfMemoryException
-
ToolStripTextBox
public ToolStripTextBox(Control c) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NotSupportedException, InvalidEnumArgumentException, ArgumentOutOfRangeException, InvalidOperationException, CultureNotFoundException, ObjectDisposedException, Win32Exception, MulticastNotSupportedException, OverflowException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
NotSupportedException
InvalidEnumArgumentException
ArgumentOutOfRangeException
InvalidOperationException
CultureNotFoundException
ObjectDisposedException
Win32Exception
MulticastNotSupportedException
OverflowException
OutOfMemoryException
KeyNotFoundException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDropTarget
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classToolStripControlHost
- 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 interfaceIDropTarget
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classToolStripControlHost
- 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 interfaceIDropTarget
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classToolStripControlHost
- 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 interfaceIDropTarget
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classToolStripControlHost
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classToolStripControlHost
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDropTarget
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classToolStripControlHost
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ToolStripTextBox cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoToolStripTextBox
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ToolStripTextBox
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetCharFromPosition
public char GetCharFromPosition(Point pt) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException
-
GetCharIndexFromPosition
public int GetCharIndexFromPosition(Point pt) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
ArrayTypeMismatchException
PlatformNotSupportedException
-
GetFirstCharIndexFromLine
public int GetFirstCharIndexFromLine(int lineNumber) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
GetFirstCharIndexOfCurrentLine
public int GetFirstCharIndexOfCurrentLine() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetLineFromCharIndex
public int GetLineFromCharIndex(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetPositionFromCharIndex
public Point GetPositionFromCharIndex(int index) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
ArrayTypeMismatchException
PlatformNotSupportedException
-
GetPreferredSize
public Size GetPreferredSize(Size constrainingSize) throws java.lang.Throwable, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, NotSupportedException
-
AppendText
public void AppendText(java.lang.String text) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, Win32Exception, OutOfMemoryException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
Clear
public void Clear() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, NotSupportedException
-
ClearUndo
public void ClearUndo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Copy
public void Copy() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Cut
public void Cut() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DeselectAll
public void DeselectAll() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
Paste
public void Paste() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ScrollToCaret
public void ScrollToCaret() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException
-
Select
public void Select(int start, int length) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, Win32Exception, OutOfMemoryException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
Win32Exception
OutOfMemoryException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
-
SelectAll
public void SelectAll() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentNullException, Win32Exception, OutOfMemoryException, RankException, IndexOutOfRangeException
-
Undo
public void Undo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAcceptsReturn
public boolean getAcceptsReturn() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAcceptsReturn
public void setAcceptsReturn(boolean AcceptsReturn) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAcceptsTab
public boolean getAcceptsTab() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAcceptsTab
public void setAcceptsTab(boolean AcceptsTab) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanUndo
public boolean getCanUndo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHideSelection
public boolean getHideSelection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHideSelection
public void setHideSelection(boolean HideSelection) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getModified
public boolean getModified() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setModified
public void setModified(boolean Modified) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMultiline
public boolean getMultiline() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMultiline
public void setMultiline(boolean Multiline) throws java.lang.Throwable, PlatformNotSupportedException, RankException, ArgumentException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, InvalidOperationException, ObjectDisposedException, Win32Exception, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
-
getReadOnly
public boolean getReadOnly() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
FormatException
ObjectDisposedException
Win32Exception
NotSupportedException
OutOfMemoryException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
-
getShortcutsEnabled
public boolean getShortcutsEnabled() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShortcutsEnabled
public void setShortcutsEnabled(boolean ShortcutsEnabled) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWordWrap
public boolean getWordWrap() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWordWrap
public void setWordWrap(boolean WordWrap) throws java.lang.Throwable, PlatformNotSupportedException, RankException, ArgumentException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, InvalidOperationException, ObjectDisposedException, Win32Exception, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
-
getMaxLength
public int getMaxLength() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxLength
public void setMaxLength(int MaxLength) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getSelectionLength
public int getSelectionLength() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
-
setSelectionLength
public void setSelectionLength(int SelectionLength) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getSelectionStart
public int getSelectionStart() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
-
setSelectionStart
public void setSelectionStart(int SelectionStart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getTextLength
public int getTextLength() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
ArrayTypeMismatchException
PlatformNotSupportedException
-
getSelectedText
public java.lang.String getSelectedText() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, PlatformNotSupportedException
-
setSelectedText
public void setSelectedText(java.lang.String SelectedText) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, OutOfMemoryException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, FormatException, Win32Exception, NotSupportedException, RankException, ArrayTypeMismatchException
-
getLines
public java.lang.String[] getLines() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, RankException
-
setLines
public void setLines(java.lang.String[] Lines) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, ArrayTypeMismatchException
-
getAutoCompleteMode
public AutoCompleteMode getAutoCompleteMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoCompleteMode
public void setAutoCompleteMode(AutoCompleteMode AutoCompleteMode) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, OutOfMemoryException, MulticastNotSupportedException
-
getAutoCompleteSource
public AutoCompleteSource getAutoCompleteSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoCompleteSource
public void setAutoCompleteSource(AutoCompleteSource AutoCompleteSource) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, IndexOutOfRangeException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ObjectDisposedException
Win32Exception
OutOfMemoryException
ArgumentOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
IndexOutOfRangeException
NotSupportedException
InvalidEnumArgumentException
-
getAutoCompleteCustomSource
public AutoCompleteStringCollection getAutoCompleteCustomSource() throws java.lang.Throwable, ArgumentException, InvalidOperationException, Win32Exception, OutOfMemoryException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException
-
setAutoCompleteCustomSource
public void setAutoCompleteCustomSource(AutoCompleteStringCollection AutoCompleteCustomSource) throws java.lang.Throwable, ArgumentException, InvalidOperationException, Win32Exception, OutOfMemoryException, ArgumentOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException
-
getBorderStyle
public BorderStyle getBorderStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBorderStyle
public void setBorderStyle(BorderStyle BorderStyle) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, Win32Exception, NotSupportedException, ObjectDisposedException
-
getCharacterCasing
public CharacterCasing getCharacterCasing() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCharacterCasing
public void setCharacterCasing(CharacterCasing CharacterCasing) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
-
getTextBoxTextAlign
public HorizontalAlignment getTextBoxTextAlign() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTextBoxTextAlign
public void setTextBoxTextAlign(HorizontalAlignment TextBoxTextAlign) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
-
getTextBox
public TextBox getTextBox() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAcceptsTabChanged
public void addAcceptsTabChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAcceptsTabChanged
public void removeAcceptsTabChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBorderStyleChanged
public void addBorderStyleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBorderStyleChanged
public void removeBorderStyleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addHideSelectionChanged
public void addHideSelectionChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeHideSelectionChanged
public void removeHideSelectionChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addModifiedChanged
public void addModifiedChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeModifiedChanged
public void removeModifiedChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMultilineChanged
public void addMultilineChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMultilineChanged
public void removeMultilineChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addReadOnlyChanged
public void addReadOnlyChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeReadOnlyChanged
public void removeReadOnlyChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTextBoxTextAlignChanged
public void addTextBoxTextAlignChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTextBoxTextAlignChanged
public void removeTextBoxTextAlignChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-