Krypton |
The KryptonRibbonGroupTextBox type exposes the following members.
| Name | Description | |
|---|---|---|
| AcceptsReturn | Gets or sets a value indicating if return characters are accepted as input for multiline edit controls. | |
| AcceptsTab | Gets or sets a value indicating if tab characters are accepted as input for multiline edit controls. | |
| AllowButtonSpecToolTips | Gets and sets a value indicating if tooltips should be displayed for button specs. | |
| AutoCompleteCustomSource | Gets or sets the StringCollection to use when the AutoCompleteSource property is set to CustomSource. | |
| AutoCompleteMode | Gets or sets the text completion behavior of the textbox. | |
| AutoCompleteSource | Gets or sets the autocomplete source, which can be one of the values from AutoCompleteSource enumeration. | |
| ButtonSpecs | Gets the collection of button specifications. | |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component) | |
| CanUndo | Gets a value indicating whether the user can undo the previous operation in a rich text box control. | |
| ChainVisible |
Get a value indicating if all parent containers are visible.
(Inherited from KryptonRibbonGroupItem) | |
| CharacterCasing | Gets or sets a value indicating if all the characters should be left alone or converted to uppercase or lowercase. | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component) | |
| ContextMenuStrip | Gets and sets the associated context menu strip. | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component) | |
| Enabled | Gets and sets the enabled state of the group text box. | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component) | |
| HideSelection | Gets or sets a value indicating that the selection should be hidden when the edit control loses focus. | |
| KeyTip | Gets and sets the key tip for the ribbon group text box. | |
| KryptonContextMenu | Gets and sets the KryptonContextMenu for showing when the text box is right clicked. | |
| Lines | Gets or sets the lines of text in a multiline edit, as an array of String values. | |
| MaximumSize | Gets or sets the maximum size of the control. | |
| MaxLength | Gets or sets the maximum number of characters that can be entered into the edit control. | |
| MinimumSize | Gets or sets the minimum size of the control. | |
| Modified | Gets a value indicating whether the contents have changed since last last. | |
| Multiline | Gets and sets whether the text in the control can span more than one line. | |
| PasswordChar | Gets or sets a the character to display for password input for single-line edit controls. | |
| ReadOnly | Gets or sets a value indicating whether the text in the edit control can be changed or not. | |
| ScrollBars | Gets or sets, for multiline edit controls, which scroll bars will be shown for this control. | |
| SelectedText | Gets and sets the selected text within the control. | |
| SelectionLength | Gets and sets the selection length for the selected area. | |
| SelectionStart | Gets and sets the starting point of text selected in the control. | |
| ShortcutKeys | Gets and sets the shortcut key combination. | |
| ShortcutsEnabled | Gets or sets a value indicating whether shortcuts defined for the control are enabled. | |
| Site | Gets or sets the ISite of the Component. (Inherited from Component) | |
| Tag |
Gets and sets user-defined data associated with the object.
(Inherited from KryptonRibbonGroupItem) | |
| Text | Gets and sets the text associated with the control. | |
| TextAlign | Gets or sets how the text should be aligned for edit controls. | |
| TextBox | Access to the actual embedded KryptonTextBox instance. | |
| TextLength | Gets the length of text in the control. | |
| UseSystemPasswordChar | Gets or sets a value indicating if the text in the edit control should appear as the default password character. | |
| Visible |
Gets and sets the visible state of the text box.
(Overrides KryptonRibbonGroupItem.Visible) | |
| WordWrap | Indicates if lines are automatically word-wrapped for multiline edit controls. |