public class RibbonTextBox : RibbonItemPublic Class RibbonTextBox
Inherits RibbonItempublic ref class RibbonTextBox : public RibbonItemtype RibbonTextBox =
class
inherit RibbonItem
end| RibbonTextBox | Initializes a new instance of the RibbonTextBox class |
| AllowTextEdit | Gets or sets if the textbox allows editing |
| AltKey |
Gets or sets the key combination that activates this element when the Alt key was pressed
(Inherited from RibbonItem) |
| Checked |
Gets or sets a value indicating if the item is currently checked
(Inherited from RibbonItem) |
| CheckedGroup |
Determins the other Ribbon Items that belong to this checked group. When one button is checked the other items in this group will be unchecked automatically. This only applies to Items that are within the same Ribbon Panel or Dropdown Window.
(Inherited from RibbonItem) |
| Enabled |
Gets or sets a value indicating if the item is currently enabled
(Inherited from RibbonItem) |
| FlashEnabled |
Gets or sets a value indicating if the Image should be Flashing
(Inherited from RibbonItem) |
| FlashImage | (Inherited from RibbonItem) |
| FlashIntervall |
Gets or sets a value indicating the flashing frequency in Milliseconds
(Inherited from RibbonItem) |
| Image |
Gets or sets the image to be displayed on the item
(Inherited from RibbonItem) |
| LabelWidth | Gets or sets the width of the Label. Enter zero to auto size based on contents. |
| MaxSizeMode |
Gets or sets the maximum size mode of the element
(Inherited from RibbonItem) |
| MinSizeMode |
Gets or sets the minimum size mode of the element
(Inherited from RibbonItem) |
| Tag |
Gets or sets the custom object data associated with this control
(Inherited from RibbonItem) |
| Text |
Gets or sets the text that is to be displayed on the item
(Inherited from RibbonItem) |
| TextAlignment |
Sets the alignment of the label text if it exists
(Inherited from RibbonItem) |
| TextBoxText | Gets or sets the text on the textbox |
| TextBoxWidth | Gets or sets the width of the textbox |
| ToolTip |
Gets or sets the tool tip text
(Inherited from RibbonItem) |
| ToolTipImage |
Gets or sets the tool tip image
(Inherited from RibbonItem) |
| ToolTipTitle |
Gets or sets the tool tip title
(Inherited from RibbonItem) |
| Value |
Gets or sets the custom string data associated with this control
(Inherited from RibbonItem) |
| Visible |
Gets or sets the Visibility of this item
(Inherited from RibbonItem) |
| _actualTextbox_KeyDown | Handles the KeyDown event of the actual TextBox |
| _actualTextbox_KeyPress | Handles the KeyPress event of the actual TextBox |
| _actualTextbox_LostFocus | Handles the LostFocus event of the actual TextBox |
| _actualTextbox_TextChanged | Handles the TextChanged event of the actual TextBox |
| _actualTextbox_Validated | Handles the Validated event of the actual TextBox |
| _actualTextbox_Validating | Handles the Validating event of the actual TextBox |
| _actualTextBox_VisibleChanged | |
| EndEdit | Ends the editing of the textbox |
| MeasureHeight | Measures the suposed height of the textobx |
| MeasureSize | (Overrides RibbonItemMeasureSize(Object, RibbonElementMeasureSizeEventArgs)) |
| OnCanvasChanged |
Raises the CanvasChanged event
(Inherited from RibbonItem) |
| OnClick |
Raises the Click event
(Inherited from RibbonItem) |
| OnDoubleClick |
Raises the DoubleClick event
(Inherited from RibbonItem) |
| OnMouseDown | (Overrides RibbonItemOnMouseDown(MouseEventArgs)) |
| OnMouseEnter | (Overrides RibbonItemOnMouseEnter(MouseEventArgs)) |
| OnMouseLeave | (Overrides RibbonItemOnMouseLeave(MouseEventArgs)) |
| OnMouseMove | (Overrides RibbonItemOnMouseMove(MouseEventArgs)) |
| OnMouseUp |
Raises the MouseUp event
(Inherited from RibbonItem) |
| OnOwnerChanged |
Raises the OwnerChanged event
(Inherited from RibbonItem) |
| OnPaint | (Overrides RibbonItemOnPaint(Object, RibbonElementPaintEventArgs)) |
| OnTextChanged | Raises the TextBoxTextChanged event |
| RedrawItem |
Redraws the item area on the Onwer Ribbon
(Inherited from RibbonItem) |
| SetBounds | (Overrides RibbonItemSetBounds(Rectangle)) |
| StartEdit | Starts editing the text and focuses the TextBox |
| CanvasChanged | (Inherited from RibbonItem) |
| Click | (Inherited from RibbonItem) |
| DoubleClick | (Inherited from RibbonItem) |
| MouseDown | (Inherited from RibbonItem) |
| MouseEnter | (Inherited from RibbonItem) |
| MouseLeave | (Inherited from RibbonItem) |
| MouseMove | (Inherited from RibbonItem) |
| MouseUp | (Inherited from RibbonItem) |
| OwnerChanged | (Inherited from RibbonItem) |
| TextBoxKeyDown | |
| TextBoxKeyPress | |
| TextBoxTextChanged | Raised when the TextBoxText property value has changed |
| TextBoxValidated | |
| TextBoxValidating | |
| ToolTipPopUp |
Occurs before a ToolTip is initially displayed.
RemarksUse this event to change the ToolTip or Cancel it at all. (Inherited from RibbonItem) |