Click or drag to resize

KryptonRibbonGroupTextBox Class

Represents a ribbon group text box.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      Internal.ComponentFactory.Krypton.RibbonKryptonRibbonGroupItem
        Internal.ComponentFactory.Krypton.RibbonKryptonRibbonGroupTextBox

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class KryptonRibbonGroupTextBox : KryptonRibbonGroupItem

The KryptonRibbonGroupTextBox type exposes the following members.

Constructors
 NameDescription
Public methodKryptonRibbonGroupTextBox Initialise a new instance of the KryptonRibbonGroupTextBox class.
Top
Properties
 NameDescription
Public propertyAcceptsReturn Gets or sets a value indicating if return characters are accepted as input for multiline edit controls.
Public propertyAcceptsTab Gets or sets a value indicating if tab characters are accepted as input for multiline edit controls.
Public propertyAllowButtonSpecToolTips Gets and sets a value indicating if tooltips should be displayed for button specs.
Public propertyAutoCompleteCustomSource Gets or sets the StringCollection to use when the AutoCompleteSource property is set to CustomSource.
Public propertyAutoCompleteMode Gets or sets the text completion behavior of the textbox.
Public propertyAutoCompleteSource Gets or sets the autocomplete source, which can be one of the values from AutoCompleteSource enumeration.
Public propertyButtonSpecs Gets the collection of button specifications.
Protected propertyCanRaiseEventsGets a value indicating whether the component can raise an event.
(Inherited from Component)
Public propertyCanUndo Gets a value indicating whether the user can undo the previous operation in a rich text box control.
Protected propertyChainVisible Get a value indicating if all parent containers are visible.
(Inherited from KryptonRibbonGroupItem)
Public propertyCharacterCasing Gets or sets a value indicating if all the characters should be left alone or converted to uppercase or lowercase.
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyContextMenuStrip Gets and sets the associated context menu strip.
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public propertyEnabled Gets and sets the enabled state of the group text box.
Protected propertyEventsGets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public propertyHideSelection Gets or sets a value indicating that the selection should be hidden when the edit control loses focus.
Public propertyKeyTip Gets and sets the key tip for the ribbon group text box.
Public propertyKryptonContextMenu Gets and sets the KryptonContextMenu for showing when the text box is right clicked.
Public propertyLines Gets or sets the lines of text in a multiline edit, as an array of String values.
Public propertyMaximumSize Gets or sets the maximum size of the control.
Public propertyMaxLength Gets or sets the maximum number of characters that can be entered into the edit control.
Public propertyMinimumSize Gets or sets the minimum size of the control.
Public propertyModified Gets a value indicating whether the contents have changed since last last.
Public propertyMultiline Gets and sets whether the text in the control can span more than one line.
Public propertyPasswordChar Gets or sets a the character to display for password input for single-line edit controls.
Public propertyReadOnly Gets or sets a value indicating whether the text in the edit control can be changed or not.
Public propertyScrollBars Gets or sets, for multiline edit controls, which scroll bars will be shown for this control.
Public propertySelectedText Gets and sets the selected text within the control.
Public propertySelectionLength Gets and sets the selection length for the selected area.
Public propertySelectionStart Gets and sets the starting point of text selected in the control.
Public propertyShortcutKeys Gets and sets the shortcut key combination.
Public propertyShortcutsEnabled Gets or sets a value indicating whether shortcuts defined for the control are enabled.
Public propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Public propertyTag Gets and sets user-defined data associated with the object.
(Inherited from KryptonRibbonGroupItem)
Public propertyText Gets and sets the text associated with the control.
Public propertyTextAlign Gets or sets how the text should be aligned for edit controls.
Public propertyTextBox Access to the actual embedded KryptonTextBox instance.
Public propertyTextLength Gets the length of text in the control.
Public propertyUseSystemPasswordChar Gets or sets a value indicating if the text in the edit control should appear as the default password character.
Public propertyVisible Gets and sets the visible state of the text box.
(Overrides KryptonRibbonGroupItem.Visible)
Public propertyWordWrap Indicates if lines are automatically word-wrapped for multiline edit controls.
Top
Methods
 NameDescription
Public methodAppendText Appends text to the current text of a rich text box.
Public methodClear Clears all text from the text box control.
Public methodClearUndo Clears information about the most recent operation from the undo buffer of the rich text box.
Public methodCopy Copies the current selection in the text box to the Clipboard.
Public methodCut Moves the current selection in the text box to the Clipboard.
Public methodDeselectAll Specifies that the value of the SelectionLength property is zero so that no characters are selected in the control.
Public methodDisposeReleases all resources used by the Component.
(Inherited from Component)
Protected methodDispose(Boolean) Clean up any resources being used.
(Overrides ComponentDispose(Boolean))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component)
Public methodGetCharFromPosition Retrieves the character that is closest to the specified location within the control.
Public methodGetCharIndexFromPosition Retrieves the index of the character nearest to the specified location.
Public methodGetFirstCharIndexFromLine Retrieves the index of the first character of a given line.
Public methodGetFirstCharIndexOfCurrentLine Retrieves the index of the first character of the current line.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Public methodGetLineFromCharIndex Retrieves the line number from the specified character position within the text of the RichTextBox control.
Public methodGetPositionFromCharIndex Retrieves the location within the control at the specified character index.
Protected methodGetServiceReturns an object that represents a service provided by the Component or by its Container.
(Inherited from Component)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHide Make the ribbon group textbox hidden.
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Protected methodOnAcceptsTabChanged Raises the AcceptsTabChanged event.
Protected methodOnGotFocus Raises the GotFocus event.
Protected methodOnHideSelectionChanged Raises the HideSelectionChanged event.
Protected methodOnKeyDown Raises the KeyDown event.
Protected methodOnKeyPress Raises the KeyPress event.
Protected methodOnKeyUp Raises the KeyUp event.
Protected methodOnLostFocus Raises the LostFocus event.
Protected methodOnModifiedChanged Raises the ModifiedChanged event.
Protected methodOnMultilineChanged Raises the MultilineChanged event.
Protected methodOnPreviewKeyDown Raises the PreviewKeyDown event.
Protected methodOnPropertyChanged Raises the PropertyChanged event.
Protected methodOnReadOnlyChanged Raises the ReadOnlyChanged event.
Protected methodOnTextAlignChanged Raises the TextAlignChanged event.
Protected methodOnTextChanged Raises the TextChanged event.
Public methodPaste Replaces the current selection in the text box with the contents of the Clipboard.
Public methodResetShortcutKeys Resets the ShortcutKeys property to its default value.
Public methodScrollToCaret Scrolls the contents of the control to the current caret position.
Public methodSelect Selects a range of text in the control.
Public methodSelectAll Selects all text in the control.
Public methodShow Make the ribbon group textbox visible.
Public methodToStringReturns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component)
Public methodUndo Undoes the last edit operation in the text box.
Top
Events
 NameDescription
Public eventAcceptsTabChanged Occurs when the value of the AcceptsTab property changes.
Public eventDisposedOccurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public eventGotFocus Occurs when the control receives focus.
Public eventHideSelectionChanged Occurs when the value of the HideSelection property changes.
Public eventKeyDown Occurs when a key is pressed while the control has focus.
Public eventKeyPress Occurs when a key is pressed while the control has focus.
Public eventKeyUp Occurs when a key is released while the control has focus.
Public eventLostFocus Occurs when the control loses focus.
Public eventModifiedChanged Occurs when the value of the Modified property changes.
Public eventMultilineChanged Occurs when the value of the Multiline property changes.
Public eventPreviewKeyDown Occurs before the KeyDown event when a key is pressed while focus is on this control.
Public eventPropertyChanged Occurs after the value of a property has changed.
Public eventReadOnlyChanged Occurs when the value of the ReadOnly property changes.
Public eventTextAlignChanged Occurs when the value of the TextAlign property changes.
Public eventTextChanged Occurs when the value of the Text property changes.
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also