dbicList Send comments on this topic.
dbiTextBox Class Methods
See Also 
dbicBase Assembly > Dbi.WinControl Namespace : dbiTextBox Class


"

For a list of all members of this type, see dbiTextBox members.

"

Public Methods

 NameDescription
public MethodAppendTextAppends text to the current text of a text box. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodBeginInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodBringToFrontBrings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
public MethodClearClears all text from the text box control. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodClearUndoClears information about the most recent operation from the undo buffer of the text box. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
public MethodCopyCopies the current selection in the text box to the Clipboard. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control)
public MethodCreateGraphicsCreates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
public MethodCutMoves the current selection in the text box to the Clipboard. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodDeselectAllSpecifies that the value of the System.Windows.Forms.TextBoxBase.SelectionLength property is zero so that no characters are selected in the control. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodDispose (Inherited from System.ComponentModel.Component)
public MethodDoDragDropBegins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
public MethodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
public MethodEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
public MethodFindFormRetrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
public MethodFocusSets input focus to the control. (Inherited from System.Windows.Forms.Control)
public MethodGetCharFromPositionRetrieves the character that is closest to the specified location within the control. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodGetCharIndexFromPositionRetrieves the index of the character nearest to the specified location. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodGetChildAtPointOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
public MethodGetFirstCharIndexFromLineRetrieves the index of the first character of a given line. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodGetFirstCharIndexOfCurrentLineRetrieves the index of the first character of the current line. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodGetLineFromCharIndexRetrieves the line number from the specified character position within the text of the control. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
public MethodGetPositionFromCharIndexRetrieves the location within the control at the specified character index. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
public MethodHideConceals the control from the user. (Inherited from System.Windows.Forms.Control)
public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodInvalidateOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodLogicalToDeviceUnitsOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodPasteOverloaded.  (Inherited from System.Windows.Forms.TextBox)
public MethodPerformLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
public MethodPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
public MethodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
public MethodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
public MethodRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
public MethodRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
public MethodRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control)
public MethodResetTextResets the System.Windows.Forms.Control.Text property to its default value (System.String.Empty). (Inherited from System.Windows.Forms.Control)
public MethodResumeLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodScale (Inherited from System.Windows.Forms.Control)
public MethodScaleBitmapLogicalToDeviceScales a logical bitmap value to it's equivalent device unit value when a DPI change occurs. (Inherited from System.Windows.Forms.Control)
public MethodScrollToCaretScrolls the contents of the control to the current caret position. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodSelectOverloaded.  (Inherited from System.Windows.Forms.TextBoxBase)
public MethodSelectAllSelects all text in the text box. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodSelectNextControlActivates the next control. (Inherited from System.Windows.Forms.Control)
public MethodSendToBackSends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
public MethodSetBoundsOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodShowDisplays the control to the user. (Inherited from System.Windows.Forms.Control)
public MethodSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
public MethodToStringReturns a string that represents the System.Windows.Forms.TextBoxBase control. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodUndoUndoes the last edit operation in the text box. (Inherited from System.Windows.Forms.TextBoxBase)
public MethodUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
Top

See Also