Name | Description | |
---|---|---|
![]() | C1TextBox Constructor | Initializes a new instance of the C1TextBox class. |
The following tables list the members exposed by C1TextBox.
Name | Description | |
---|---|---|
![]() | C1TextBox Constructor | Initializes a new instance of the C1TextBox class. |
Name | Description | |
---|---|---|
![]() | m_c1embedded | This member is for internal use only. |
![]() | m_c1embedEndOnSideArrows | This member is for internal use only. |
Name | Description | |
---|---|---|
![]() | AcceptsEscape | Indicates if the Escape key that cancels modified value is handled by the control without passing it to the owner form (AcceptsEscape=True), or it is then passed to the form and can close it if the form has CancelButton (AcceptsEscape=False). |
![]() | AcceptsReturn | (Inherited from System.Windows.Forms.TextBox) |
![]() | AcceptsTab | Indicates if Tab and Shift+Tab keys are accepted by control and move the focus to the next (previous) group of input characters in edit mask and in DateTimeInput mode. |
![]() | AccessibilityObject | (Inherited from System.Windows.Forms.Control) |
![]() | AccessibleDefaultActionDescription | (Inherited from System.Windows.Forms.Control) |
![]() | AccessibleDescription | (Inherited from System.Windows.Forms.Control) |
![]() | AccessibleName | (Inherited from System.Windows.Forms.Control) |
![]() | AccessibleRole | (Inherited from System.Windows.Forms.Control) |
![]() | AllowDrop | (Inherited from System.Windows.Forms.Control) |
![]() | Anchor | (Inherited from System.Windows.Forms.Control) |
![]() | AutoChangePosition | Gets or sets a value indicating whether the position of the character is automatically changed |
![]() | AutoCompleteCustomSource | (Inherited from System.Windows.Forms.TextBox) |
![]() | AutoCompleteMode | (Inherited from System.Windows.Forms.TextBox) |
![]() | AutoCompleteSource | (Inherited from System.Windows.Forms.TextBox) |
![]() | AutoScrollOffset | (Inherited from System.Windows.Forms.Control) |
![]() | AutoSize | Gets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed. |
![]() | BackColor | |
![]() | BaseText | This method is for internal use only. |
![]() | BindingContext | (Inherited from System.Windows.Forms.Control) |
![]() | BorderColor | Gets or sets the border color of the control. |
![]() | BorderStyle | |
![]() | Bottom | (Inherited from System.Windows.Forms.Control) |
![]() | Bounds | (Inherited from System.Windows.Forms.Control) |
![]() | CalendarType | Calendar, used to format date. |
![]() | CanFocus | (Inherited from System.Windows.Forms.Control) |
![]() | CanSelect | (Inherited from System.Windows.Forms.Control) |
![]() | CanUndo | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | Capture | (Inherited from System.Windows.Forms.Control) |
![]() | CaseSensitive | True if string comparisons are case-sensitive; otherwise, False. Default: False |
![]() | CausesValidation | Gets or sets a value indicating whether the control causes validation (i.e. calls Validated and Validating events) |
![]() | CharacterCasing | (Inherited from System.Windows.Forms.TextBox) |
![]() | CharCategory | Defines rules to filter keyboard input. |
![]() | ClientRectangle | (Inherited from System.Windows.Forms.Control) |
![]() | ClientSize | (Inherited from System.Windows.Forms.Control) |
![]() | CompanyName | (Inherited from System.Windows.Forms.Control) |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | ContainsFocus | (Inherited from System.Windows.Forms.Control) |
![]() | ContextMenu | (Inherited from System.Windows.Forms.Control) |
![]() | ContextMenuStrip | (Inherited from System.Windows.Forms.Control) |
![]() | Controls | (Inherited from System.Windows.Forms.Control) |
![]() | Created | (Inherited from System.Windows.Forms.Control) |
![]() | Culture | The culture ID. |
![]() | CultureInfo | The current CultureInfo object (available at runtime). |
![]() | CultureName | The name selected for the Culture property in the Properties grid |
![]() | CurrentTimeZone | If True, the control’s stored Value is in current time zone; otherwise, the Value is adjusted to the time zone defined by the GMTOffset property |
![]() | Cursor | (Inherited from System.Windows.Forms.Control) |
![]() | CustomFormat | Custom format specifier used if FormatType = FormatTypeEnum.CustomFormat. |
![]() | DataBindings | (Inherited from System.Windows.Forms.Control) |
![]() | DataField | The field of the data source object to which the control is bound. |
![]() | DataSource | The data source object to which the control is bound. |
![]() | DataType | Type of the Value property. |
![]() | DateTimeInput | Whether or not a special edit mode is applied to DateTime values. |
![]() | DaylightTimeAdjustment | The value specified in the GMTOffset property can be advanced or set back due to daylight-saving time changes. Default: NoAdjustments. |
![]() | DisabledForeColor | Gets or sets the foreground color of the disabled control. |
![]() | DisableOnNoData | Gets or sets whether the text box should be disabled when it is bound to an empty data source, i.e. CurrencyManager.Count = 0. |
![]() | DisplayFormat | Format used to display the value when the control is not in edit mode (does not have input focus or is read-only). |
![]() | DisplayRectangle | (Inherited from System.Windows.Forms.Control) |
![]() | Disposing | (Inherited from System.Windows.Forms.Control) |
![]() | Dock | (Inherited from System.Windows.Forms.Control) |
![]() | EditFormat | Format used to display the value when the control is in edit mode (has input focus and is not read-only). |
![]() | EditMask | The edit mask string restricting user input. |
![]() | EditMode | Returns True, if the control has input focus and TextDetached = False. |
![]() | EmptyAsNull | If True, empty strings are interpreted as null values (DBNull). |
![]() | Enabled | Gets or sets a value indicating whether the control can respond to user interaction. |
![]() | ErrorInfo | Settings affecting error handling in the control. |
![]() | ExitOnLastChar | Gets or sets whether the next control in the tab order receives the focus as soon as the control is filled at the last character. |
![]() | ExitOnLeftRightKey | Gets or sets whether the focus automatically moves to the previous or next control in the tab order when pressing the left or right arrow keys. |
![]() ![]() | FlatSystemBorder | Makes Fixed3D borders old-style looking (flat) for System VisualStyle. This property is only for compatibility with legacy applications only. |
![]() | Focused | (Inherited from System.Windows.Forms.Control) |
![]() | Font | (Inherited from System.Windows.Forms.Control) |
![]() | ForeColor | |
![]() | FormatType | Enumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting. |
![]() | GMTOffset | The time zone of the Value property used if CurrentTimeZone = False. |
![]() | Handle | (Inherited from System.Windows.Forms.Control) |
![]() | HasChildren | (Inherited from System.Windows.Forms.Control) |
![]() | Height | (Inherited from System.Windows.Forms.Control) |
![]() | HideSelection | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | ImeMode | (Inherited from System.Windows.Forms.Control) |
![]() | InitialSelection | Determines the selection position when a control receives input focus. Default: InitialSelectionEnum.SelectAll. |
![]() | InvokeRequired | (Inherited from System.Windows.Forms.Control) |
![]() | IsAccessible | (Inherited from System.Windows.Forms.Control) |
![]() | IsDisposed | (Inherited from System.Windows.Forms.Control) |
![]() | IsHandleCreated | (Inherited from System.Windows.Forms.Control) |
![]() | IsMirrored | (Inherited from System.Windows.Forms.Control) |
![]() | Label | Label control associated with this input field. |
![]() | LayoutEngine | (Inherited from System.Windows.Forms.Control) |
![]() | Left | (Inherited from System.Windows.Forms.Control) |
![]() | Lines | The lines of text in a multiline control. |
![]() | Location | (Inherited from System.Windows.Forms.Control) |
![]() | LoopPosition | Gets or sets a value indicating whether the position of the caret is automatically moved to the first field when the last field is filled. |
![]() | Margin | (Inherited from System.Windows.Forms.Control) |
![]() | Margins | Gets or sets the spacing between the input control content and its edges, in pixels. Default: all margins are set to 0. |
![]() | MarkEmpty | Draws a red dotted line if Value is empty. |
![]() | MaskInfo | Edit mask settings. |
![]() | MaximumSize | (Inherited from System.Windows.Forms.Control) |
![]() | MaxLength | Gets or sets the maximum number of characters or bytes that the control can hold. |
![]() | MaxLengthUnit | Gets or sets whether the maximum number of characters that fit in the control are handled based on bytes, characters, or text elements. |
![]() | MaxLineCount | Gets or sets the maximum number of lines. |
![]() | MinimumSize | (Inherited from System.Windows.Forms.Control) |
![]() | MinShortYear | The minimum year that can be entered without leading zeros. |
![]() | Modified | Gets or sets a value that indicates that the control has been modified by the user since the control received the input focus or its Value last set. |
![]() | Multiline | Overridden. |
![]() | Name | (Inherited from System.Windows.Forms.Control) |
![]() | NegativeForeColor | Gets or sets the foreground color of the control which contains negative value. |
![]() | NullText | String representing a DBNull value. |
![]() | NumericInput | Sets or gets a value indicating whether a special edit mode is used for numeric values. |
![]() | NumericInputKeys | Enables/disables the special keys used when NumericInput = True. Default: NumericInputKeyFlags.Standard. |
![]() | Padding | |
![]() | Parent | (Inherited from System.Windows.Forms.Control) |
![]() | ParseInfo | Settings affecting parsing, that is, converting the string entered by the user to the data type. |
![]() | PasswordChar | (Inherited from System.Windows.Forms.TextBox) |
![]() | PostValidation | Validation rules applied after parsing, that is, after converting the string entered by the user to the DataType (typed validation). |
![]() | PreferredHeight | |
![]() | PreferredSize | (Inherited from System.Windows.Forms.Control) |
![]() | PreValidation | Validation rules applied before parsing, that is, before converting the string entered by the user to the DataType (raw string validation). |
![]() | ProductName | (Inherited from System.Windows.Forms.Control) |
![]() | ProductVersion | (Inherited from System.Windows.Forms.Control) |
![]() | ReadOnly | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | RecreatingHandle | (Inherited from System.Windows.Forms.Control) |
![]() | Region | (Inherited from System.Windows.Forms.Control) |
![]() | Right | (Inherited from System.Windows.Forms.Control) |
![]() | RightToLeft | (Inherited from System.Windows.Forms.Control) |
![]() | ScrollBars | (Inherited from System.Windows.Forms.TextBox) |
![]() | SelectedText | Overridden. |
![]() | SelectionLength | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | SelectionStart | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | ShortcutsEnabled | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | ShowContextMenu | Specifies whether the context menu can be displayed for the control. |
![]() | ShowFocusRectangle | Specifies whether a focus rectangle should be displayed around the client area when the control has the input focus. |
![]() | Site | (Inherited from System.Windows.Forms.Control) |
![]() | Size | (Inherited from System.Windows.Forms.Control) |
![]() | TabIndex | (Inherited from System.Windows.Forms.Control) |
![]() | TabStop | (Inherited from System.Windows.Forms.Control) |
![]() | Tag | Gets or sets the object that contains data about the control |
![]() | Text | Overridden. |
![]() | TextAlign | (Inherited from System.Windows.Forms.TextBox) |
![]() | TextDetached | Specifies whether the Value and Text properties can be set independently. |
![]() | TextLength | Overridden. Gets the length of text in the control. |
![]() | Top | (Inherited from System.Windows.Forms.Control) |
![]() | TopLevelControl | (Inherited from System.Windows.Forms.Control) |
![]() | TrimEnd | If True, trailing spaces are removed. |
![]() | TrimStart | If True, leading spaces are removed. |
![]() | UseColumnStyles | Indicates whether to honor the ColumnStyle properties defined on the C1ViewColumn object that this control is bound to. |
![]() | UserCultureOverride | If True, current user regional settings override the selected culture. |
![]() | UseSystemPasswordChar | (Inherited from System.Windows.Forms.TextBox) |
![]() | UseWaitCursor | (Inherited from System.Windows.Forms.Control) |
![]() | Value | Gets or sets the current DataType representation of the visual information contained in the control. |
![]() | ValueChangedBehavior | Allows backward compatibility with the old behavior, when the ValueChanged event previously fired on any text change. |
![]() | ValueIsDbNull | Gets or sets a value indicating whether the Value is DBNull. |
![]() | VerticalAlign | Gets or sets the vertical alignment of the content in the control. The default is VerticalAlignEnum.Top. |
![]() | Visible | (Inherited from System.Windows.Forms.Control) |
![]() | VisualStyle | Gets or sets the visual style of the control. |
![]() | Width | (Inherited from System.Windows.Forms.Control) |
![]() | WordWrap | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | WrapDateTimeFields | If this property is False the month will be automatically incremented when the user spins the date past the end of the month. The same about other parts of the date/time value. |
Name | Description | |
---|---|---|
![]() | CanEnableIme | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | CanRaiseEvents | (Inherited from System.Windows.Forms.Control) |
![]() | CreateParams | (Inherited from System.Windows.Forms.TextBox) |
![]() | DefaultCursor | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | DefaultImeMode | (Inherited from System.Windows.Forms.Control) |
![]() | DefaultMargin | (Inherited from System.Windows.Forms.Control) |
![]() | DefaultMaximumSize | (Inherited from System.Windows.Forms.Control) |
![]() | DefaultMinimumSize | (Inherited from System.Windows.Forms.Control) |
![]() | DefaultPadding | (Inherited from System.Windows.Forms.Control) |
![]() | DefaultSize | Overridden. |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
![]() | FontHeight | (Inherited from System.Windows.Forms.Control) |
![]() | ImeModeBase | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | ResizeRedraw | (Inherited from System.Windows.Forms.Control) |
![]() | ScaleChildren | (Inherited from System.Windows.Forms.Control) |
Name | Description | |
---|---|---|
![]() | AppendText | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | BeginInvoke | Overloaded. (Inherited from System.Windows.Forms.Control) |
![]() | BringToFront | (Inherited from System.Windows.Forms.Control) |
![]() | CheckValidationResult | Checks the result of the ParseContent method. |
![]() | Clear | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | ClearUndo | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | Contains | (Inherited from System.Windows.Forms.Control) |
![]() | Copy | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | CreateControl | (Inherited from System.Windows.Forms.Control) |
![]() | CreateGraphics | (Inherited from System.Windows.Forms.Control) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Cut | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | DecDateTimeInput | Decrements the currently selected field in DateTimeInput mode. |
![]() | DeselectAll | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | Dispose | Overloaded. Overridden. Releases the resources used by the C1TextBox. |
![]() | DoDragDrop | (Inherited from System.Windows.Forms.Control) |
![]() | DrawToBitmap | (Inherited from System.Windows.Forms.Control) |
![]() | EndInvoke | (Inherited from System.Windows.Forms.Control) |
![]() | FindForm | (Inherited from System.Windows.Forms.Control) |
![]() | Focus | (Inherited from System.Windows.Forms.Control) |
![]() | GetCharFromPosition | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | GetCharIndexFromPosition | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | GetChildAtPoint | Overloaded. (Inherited from System.Windows.Forms.Control) |
![]() | GetContainerControl | (Inherited from System.Windows.Forms.Control) |
![]() | GetFirstCharIndexFromLine | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | GetFirstCharIndexOfCurrentLine | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetLineFromCharIndex | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | GetNextControl | (Inherited from System.Windows.Forms.Control) |
![]() | GetPositionFromCharIndex | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | GetPreferredSize | (Inherited from System.Windows.Forms.Control) |
![]() | Hide | (Inherited from System.Windows.Forms.Control) |
![]() | IncDateTimeInput | Increments the currently selected field in DateTimeInput mode. |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Invalidate | Overloaded. (Inherited from System.Windows.Forms.Control) |
![]() | Invoke | Overloaded. (Inherited from System.Windows.Forms.Control) |
![]() | ParseContent | Parses the Text string. |
![]() | Paste | Overloaded. (Inherited from System.Windows.Forms.TextBox) |
![]() | PerformLayout | Overloaded. (Inherited from System.Windows.Forms.Control) |
![]() | PointToClient | (Inherited from System.Windows.Forms.Control) |
![]() | PointToScreen | (Inherited from System.Windows.Forms.Control) |
![]() | PreProcessControlMessage | (Inherited from System.Windows.Forms.Control) |
![]() | PreProcessMessage | Overridden. |
![]() | RectangleToClient | (Inherited from System.Windows.Forms.Control) |
![]() | RectangleToScreen | (Inherited from System.Windows.Forms.Control) |
![]() | Refresh | (Inherited from System.Windows.Forms.Control) |
![]() | ResetBackColor | Overridden. |
![]() | ResetForeColor | Overridden. |
![]() | ResetText | Overridden. Updates the control's Text with the current Value. |
![]() | ResumeLayout | Overloaded. (Inherited from System.Windows.Forms.Control) |
![]() | Scale | (Inherited from System.Windows.Forms.Control) |
![]() | ScrollToCaret | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | Select | Overloaded. (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | SelectAll | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | SelectNextControl | (Inherited from System.Windows.Forms.Control) |
![]() | SendToBack | (Inherited from System.Windows.Forms.Control) |
![]() | SetBounds | Overloaded. (Inherited from System.Windows.Forms.Control) |
![]() | SetCultureInfo | Sets culture. |
![]() | SetCutureInfo | Sets culture. |
![]() | SetProposedValue | This method works exactly as setting the Value property, except that it does not change the internal variable storing the value before editing, so the user can press Esc and restore the previous value. This method works only in edit mode. If the control is not in edit mode, this methods does nothing. |
![]() | Show | (Inherited from System.Windows.Forms.Control) |
![]() | SuspendLayout | (Inherited from System.Windows.Forms.Control) |
![]() | SuspendNumericInput | This method temporarily disables numeric input mode |
![]() | ToString | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | Undo | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | Update | (Inherited from System.Windows.Forms.Control) |
![]() | UpdateValueWithCurrentText | Triggers parsing of the Text property and updating the Value. |
![]() | ValidateText | Validates current Text property in the same manner as it usually validated after the control loses focus. |
Name | Description | |
---|---|---|
![]() | BeginInit | This method is for internal use only. |
![]() | CalcSizeInternal | This method is for internal use only. |
![]() | CreateAccessibilityInstance | (Inherited from System.Windows.Forms.Control) |
![]() | CreateControlsInstance | (Inherited from System.Windows.Forms.Control) |
![]() | CreateHandle | Overridden. |
![]() | DefWndProc | (Inherited from System.Windows.Forms.Control) |
![]() | DestroyHandle | (Inherited from System.Windows.Forms.Control) |
![]() | DrawBorder | Overloaded. This method is for internal use only. |
![]() | DrawFocusRectangle | This method is for internal use only. |
![]() | EndInit | This method is for internal use only. |
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetAccessibilityObjectById | (Inherited from System.Windows.Forms.Control) |
![]() | GetAutoSizeMode | (Inherited from System.Windows.Forms.Control) |
![]() | GetScaledBounds | (Inherited from System.Windows.Forms.Control) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | GetStyle | (Inherited from System.Windows.Forms.Control) |
![]() | GetTopLevel | (Inherited from System.Windows.Forms.Control) |
![]() | GoToField | Moves the selection to the specified date-time field. Works only if the DataType property is set to System.DateTime and the date-time input is active. |
![]() | InitLayout | (Inherited from System.Windows.Forms.Control) |
![]() | InvokeGotFocus | (Inherited from System.Windows.Forms.Control) |
![]() | InvokeLostFocus | (Inherited from System.Windows.Forms.Control) |
![]() | InvokeOnClick | (Inherited from System.Windows.Forms.Control) |
![]() | InvokePaint | (Inherited from System.Windows.Forms.Control) |
![]() | InvokePaintBackground | (Inherited from System.Windows.Forms.Control) |
![]() | IsInputChar | (Inherited from System.Windows.Forms.Control) |
![]() | IsInputKey | Overridden. |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | NotifyInvalidate | (Inherited from System.Windows.Forms.Control) |
![]() | OnAcceptsTabChanged | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | OnAutoSizeChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnBackColorChanged | |
![]() | OnBackgroundImageChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnBackgroundImageLayoutChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnBindingContextChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnBindingFormatting | This method is for internal use only. |
![]() | OnBindingParsing | This method is for internal use only. |
![]() | OnBorderColorChanged | Raises the BorderColorChanged event. |
![]() | OnBorderStyleChanged | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | OnCausesValidationChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnChangeUICues | (Inherited from System.Windows.Forms.Control) |
![]() | OnClick | (Inherited from System.Windows.Forms.Control) |
![]() | OnClientSizeChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnContextMenuChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnContextMenuStripChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnControlAdded | (Inherited from System.Windows.Forms.Control) |
![]() | OnControlRemoved | (Inherited from System.Windows.Forms.Control) |
![]() | OnCreateControl | Overridden. |
![]() | OnCultureInfoSetup | This method is for internal use only. |
![]() | OnCursorChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnDataTypeChanged | This method is for internal use only. |
![]() | OnDockChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnDoubleClick | (Inherited from System.Windows.Forms.Control) |
![]() | OnDragDrop | (Inherited from System.Windows.Forms.Control) |
![]() | OnDragEnter | (Inherited from System.Windows.Forms.Control) |
![]() | OnDragLeave | (Inherited from System.Windows.Forms.Control) |
![]() | OnDragOver | (Inherited from System.Windows.Forms.Control) |
![]() | OnEnabledChanged | Overridden. |
![]() | OnEnter | Overridden. |
![]() | OnFontChanged | Overridden. |
![]() | OnForeColorChanged | |
![]() | OnFormatError | This method is for internal use only. |
![]() | OnFormatted | This method is for internal use only. |
![]() | OnFormatting | This method is for internal use only. |
![]() | OnGiveFeedback | (Inherited from System.Windows.Forms.Control) |
![]() | OnGotFocus | Overridden. |
![]() | OnHandleCreated | Overridden. |
![]() | OnHandleDestroyed | (Inherited from System.Windows.Forms.TextBox) |
![]() | OnHelpRequested | (Inherited from System.Windows.Forms.Control) |
![]() | OnHideSelectionChanged | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | OnImeModeChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnInvalidated | (Inherited from System.Windows.Forms.Control) |
![]() | OnKeyDown | Overridden. |
![]() | OnKeyPress | Overridden. |
![]() | OnKeyUp | Overridden. |
![]() | OnLayout | (Inherited from System.Windows.Forms.Control) |
![]() | OnLeave | Overridden. |
![]() | OnLocationChanged | Overridden. |
![]() | OnLostFocus | Overridden. |
![]() | OnMarginChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnMarginsChanged | This method is for internal use only. |
![]() | OnModifiedChanged | Overridden. Raises the ModifiedChanged event. |
![]() | OnMouseCaptureChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnMouseClick | (Inherited from System.Windows.Forms.Control) |
![]() | OnMouseDoubleClick | (Inherited from System.Windows.Forms.Control) |
![]() | OnMouseDown | Overridden. |
![]() | OnMouseEnter | Overridden. |
![]() | OnMouseHover | (Inherited from System.Windows.Forms.Control) |
![]() | OnMouseLeave | Overridden. |
![]() | OnMouseMove | (Inherited from System.Windows.Forms.Control) |
![]() | OnMouseUp | Overridden. |
![]() | OnMouseWheel | Overridden. |
![]() | OnMove | (Inherited from System.Windows.Forms.Control) |
![]() | OnMultilineChanged | Overridden. |
![]() | OnNotifyMessage | (Inherited from System.Windows.Forms.Control) |
![]() | OnPaddingChanged | Overridden. |
![]() | OnPaint | Overridden. |
![]() | OnPaintBackground | (Inherited from System.Windows.Forms.Control) |
![]() | OnParentBackColorChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnParentBackgroundImageChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnParentBindingContextChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnParentChanged | Overridden. This method is for internal use only. |
![]() | OnParentCursorChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnParentEnabledChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnParentFontChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnParentForeColorChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnParentRightToLeftChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnParentVisibleChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnParsed | This method is for internal use only. |
![]() | OnParsing | This method is for internal use only. |
![]() | OnPostValidated | This method is for internal use only. |
![]() | OnPostValidating | This method is for internal use only. |
![]() | OnPreValidated | This method is for internal use only. |
![]() | OnPreValidating | This method is for internal use only. |
![]() | OnPreviewKeyDown | (Inherited from System.Windows.Forms.Control) |
![]() | OnPrint | (Inherited from System.Windows.Forms.Control) |
![]() | OnQueryContinueDrag | (Inherited from System.Windows.Forms.Control) |
![]() | OnReadOnlyChanged | Overridden. |
![]() | OnRegionChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnResize | Overridden. |
![]() | OnRightToLeftChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnSizeChanged | Overridden. |
![]() | OnStyleChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnSystemColorsChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnTabIndexChanged | Overridden. |
![]() | OnTabStopChanged | (Inherited from System.Windows.Forms.Control) |
![]() | OnTextAlignChanged | (Inherited from System.Windows.Forms.TextBox) |
![]() | OnTextChanged | Overridden. |
![]() | OnTextDetachedChanged | |
![]() | OnValidated | Overridden. |
![]() | OnValidating | Overridden. |
![]() | OnValidationError | This method is for internal use only. |
![]() | OnValueChanged | This method is for internal use only. |
![]() | OnVerticalAlignChanged | This method is for internal use only. |
![]() | OnVisibleChanged | Overridden. |
![]() | OnVisualStyleChanged | Invokes the VisualStyleChanged event. |
![]() | ProcessCmdKey | (Inherited from System.Windows.Forms.TextBox) |
![]() | ProcessDialogChar | (Inherited from System.Windows.Forms.Control) |
![]() | ProcessDialogKey | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | ProcessKeyDown | |
![]() | ProcessKeyEventArgs | (Inherited from System.Windows.Forms.Control) |
![]() | ProcessKeyPress | |
![]() | ProcessKeyPreview | (Inherited from System.Windows.Forms.Control) |
![]() | ProcessKeyUp | |
![]() | RaiseDragEvent | (Inherited from System.Windows.Forms.Control) |
![]() | RaiseKeyEvent | (Inherited from System.Windows.Forms.Control) |
![]() | RaiseMouseEvent | (Inherited from System.Windows.Forms.Control) |
![]() | RaisePaintEvent | (Inherited from System.Windows.Forms.Control) |
![]() | RecreateHandle | (Inherited from System.Windows.Forms.Control) |
![]() | ResetMouseEventArgs | (Inherited from System.Windows.Forms.Control) |
![]() | ResetVisualStyle | Resets VisualStyle to the default value. |
![]() | RtlTranslateAlignment | Overloaded. (Inherited from System.Windows.Forms.Control) |
![]() | RtlTranslateHorizontal | (Inherited from System.Windows.Forms.Control) |
![]() | RtlTranslateLeftRight | (Inherited from System.Windows.Forms.Control) |
![]() | SafeRecreateHandle | This method is for internal use only. |
![]() | ScaleControl | (Inherited from System.Windows.Forms.Control) |
![]() | SetAutoSizeMode | (Inherited from System.Windows.Forms.Control) |
![]() | SetBoundsCore | Overridden. |
![]() | SetClientSizeCore | (Inherited from System.Windows.Forms.Control) |
![]() | SetStyle | (Inherited from System.Windows.Forms.Control) |
![]() | SetTopLevel | (Inherited from System.Windows.Forms.Control) |
![]() | SetVisibleCore | (Inherited from System.Windows.Forms.Control) |
![]() | ShouldHandleEscape | |
![]() | ShouldSerializeVisualStyle | Tests whether VisualStyle should be serialized. |
![]() | SizeFromClientSize | (Inherited from System.Windows.Forms.Control) |
![]() | UpdateDataType | This method is for internal use only. |
![]() | UpdateNC | This method is for internal use only. |
![]() | UpdateSelection | Updates selection of the text according to the InitialSelection property. |
![]() | UpdateStyles | (Inherited from System.Windows.Forms.Control) |
![]() | UpdateZOrder | (Inherited from System.Windows.Forms.Control) |
![]() | WmNCPaintSingleline | This method is for internal use only. |
![]() | WndProc | Overridden. |
Name | Description | |
---|---|---|
![]() | AcceptsTabChanged | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | BackColorChanged | (Inherited from System.Windows.Forms.Control) |
![]() | BindingContextChanged | (Inherited from System.Windows.Forms.Control) |
![]() | BindingFormatting | Occurs when Value is retrieved from the data source. |
![]() | BindingParsing | Occurs when Value is stored in the data source. |
![]() | BorderColorChanged | Occurs when the BorderColor property has changed. |
![]() | BorderStyleChanged | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | CausesValidationChanged | (Inherited from System.Windows.Forms.Control) |
![]() | ChangeUICues | (Inherited from System.Windows.Forms.Control) |
![]() | Click | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | ClientSizeChanged | (Inherited from System.Windows.Forms.Control) |
![]() | ContextMenuChanged | (Inherited from System.Windows.Forms.Control) |
![]() | ContextMenuStripChanged | (Inherited from System.Windows.Forms.Control) |
![]() | ControlAdded | (Inherited from System.Windows.Forms.Control) |
![]() | ControlRemoved | (Inherited from System.Windows.Forms.Control) |
![]() | CultureInfoSetup | CultureInfo can be set up (on startup) or has been changed. |
![]() | CursorChanged | (Inherited from System.Windows.Forms.Control) |
![]() | DataTypeChanged | Occurs when the DataType property changes. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | DockChanged | (Inherited from System.Windows.Forms.Control) |
![]() | DoubleClick | (Inherited from System.Windows.Forms.Control) |
![]() | DragDrop | (Inherited from System.Windows.Forms.Control) |
![]() | DragEnter | (Inherited from System.Windows.Forms.Control) |
![]() | DragLeave | (Inherited from System.Windows.Forms.Control) |
![]() | DragOver | (Inherited from System.Windows.Forms.Control) |
![]() | EnabledChanged | (Inherited from System.Windows.Forms.Control) |
![]() | Enter | (Inherited from System.Windows.Forms.Control) |
![]() | FontChanged | (Inherited from System.Windows.Forms.Control) |
![]() | ForeColorChanged | (Inherited from System.Windows.Forms.Control) |
![]() | FormatError | Occurs when the control receives data that cannot be formatted according to the current format and edit mask settings. |
![]() | Formatted | Occurs after the value has been formatted. |
![]() | Formatting | Formatting the value programmatically. |
![]() | GiveFeedback | (Inherited from System.Windows.Forms.Control) |
![]() | GotFocus | (Inherited from System.Windows.Forms.Control) |
![]() | HandleCreated | (Inherited from System.Windows.Forms.Control) |
![]() | HandleDestroyed | (Inherited from System.Windows.Forms.Control) |
![]() | HelpRequested | (Inherited from System.Windows.Forms.Control) |
![]() | HideSelectionChanged | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | ImeModeChanged | (Inherited from System.Windows.Forms.Control) |
![]() | Invalidated | (Inherited from System.Windows.Forms.Control) |
![]() | InvalidInput | Occurs when invalid character is in input. |
![]() | KeyDown | (Inherited from System.Windows.Forms.Control) |
![]() | KeyPress | (Inherited from System.Windows.Forms.Control) |
![]() | KeyUp | (Inherited from System.Windows.Forms.Control) |
![]() | Layout | (Inherited from System.Windows.Forms.Control) |
![]() | Leave | (Inherited from System.Windows.Forms.Control) |
![]() | LocationChanged | (Inherited from System.Windows.Forms.Control) |
![]() | LostFocus | (Inherited from System.Windows.Forms.Control) |
![]() | MarginChanged | (Inherited from System.Windows.Forms.Control) |
![]() | MarginsChanged | Occurs when the Margins property or one of the margins has changed. |
![]() | ModifiedChanged | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | MouseCaptureChanged | (Inherited from System.Windows.Forms.Control) |
![]() | MouseClick | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | MouseDoubleClick | (Inherited from System.Windows.Forms.Control) |
![]() | MouseDown | (Inherited from System.Windows.Forms.Control) |
![]() | MouseEnter | (Inherited from System.Windows.Forms.Control) |
![]() | MouseHover | (Inherited from System.Windows.Forms.Control) |
![]() | MouseLeave | (Inherited from System.Windows.Forms.Control) |
![]() | MouseMove | (Inherited from System.Windows.Forms.Control) |
![]() | MouseUp | (Inherited from System.Windows.Forms.Control) |
![]() | MouseWheel | (Inherited from System.Windows.Forms.Control) |
![]() | Move | (Inherited from System.Windows.Forms.Control) |
![]() | MultilineChanged | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | ParentChanged | (Inherited from System.Windows.Forms.Control) |
![]() | Parsed | Occurs after the input string value has been converted to the DataType. |
![]() | Parsing | Programmatic parsing of the input string. |
![]() | PostValidated | Occurs after the typed value has been validated |
![]() | PostValidating | Programmatic typed value validation. |
![]() | PreValidated | Occurs after the input string value has been validated. |
![]() | PreValidating | Programmatic input string validation. |
![]() | PreviewKeyDown | (Inherited from System.Windows.Forms.Control) |
![]() | QueryAccessibilityHelp | (Inherited from System.Windows.Forms.Control) |
![]() | QueryContinueDrag | (Inherited from System.Windows.Forms.Control) |
![]() | ReadOnlyChanged | (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | RegionChanged | (Inherited from System.Windows.Forms.Control) |
![]() | Resize | (Inherited from System.Windows.Forms.Control) |
![]() | RightToLeftChanged | (Inherited from System.Windows.Forms.Control) |
![]() | SizeChanged | (Inherited from System.Windows.Forms.Control) |
![]() | StyleChanged | (Inherited from System.Windows.Forms.Control) |
![]() | SystemColorsChanged | (Inherited from System.Windows.Forms.Control) |
![]() | TabIndexChanged | (Inherited from System.Windows.Forms.Control) |
![]() | TabStopChanged | (Inherited from System.Windows.Forms.Control) |
![]() | TextAlignChanged | (Inherited from System.Windows.Forms.TextBox) |
![]() | TextChanged | (Inherited from System.Windows.Forms.Control) |
![]() | Validated | (Inherited from System.Windows.Forms.Control) |
![]() | Validating | (Inherited from System.Windows.Forms.Control) |
![]() | ValidationError | Error occurred while parsing or validating the input string. |
![]() | ValueChanged | Occurs when the Value changes. |
![]() | VerticalAlignChanged | Occurs when the value of the VerticalAlign property has changed. |
![]() | VisibleChanged | (Inherited from System.Windows.Forms.Control) |
![]() | VisualStyleChanged | Occurs when the VisualStyle property has changed. |