Name | Description | |
---|---|---|
RibbonControlHost Constructor | Overloaded. |
The following tables list the members exposed by RibbonControlHost.
Name | Description | |
---|---|---|
RibbonControlHost Constructor | Overloaded. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color for the hosted control. | |
BackgroundImage | Gets or sets the background image displayed in the hosted control. | |
BackgroundImageLayout | Gets or sets the background image layout used for the hosted control. | |
CanFocus | Gets a value indicating whether the hosted control can receive focus. | |
CanSelect | Gets a value indicating whether the hosted control can be selected. | |
CausesValidation | Indicates whether the hosted control raises validation events. | |
Container | (Inherited from System.ComponentModel.Component) | |
Control | Gets or sets the control that this RibbonControlHost is hosting. | |
ControlHostNodeName | Gets the name of an XML node when serializing the component to XML. | |
Description | Gets or sets the description for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Enabled | Gets or sets whether this RibbonItem is enabled. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Focused | Gets a value indicating whether the hosted control has input focus. | |
Font | The font used to display text in the hosted control. | |
ForeColor | Gets or sets the foreground color for the hosted control. | |
Group | Gets the RibbonGroup that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Height | Gets or sets the height of the hosted control. | |
IsDisposed | Gets a value indicating whether the RibbonItem has been disposed of. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Name | Gets or sets the unique name for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OwnerCollection | Gets the owner collection for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OwnerControl | Gets the C1Ribbon or C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Parent | Gets the object (RibbonItem or RibbonGroup) that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Ribbon | Gets the C1Ribbon that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
RightToLeft | Indicates whether the hosted control should draw right-to-left for RTL languages. | |
ShowInMore | Gets or sets a value indicating if this RibbonItem can be shown in drop down part of the More button when ribbon is simplified. | |
ShowInSimplified | Gets or sets a value indicating whether this RibbonItem can be shown in a simplified view. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Site | Gets or sets the ISite of the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
StatusBar | Gets the C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Tab | Gets the RibbonTab that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Tag | User-defined data associated with the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Text | Gets or sets the text associated with the hosted control. | |
ToolTip | Gets or sets the ToolTip string. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Visible | Gets or sets whether this RibbonItem is visible. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Width | Gets or sets the width of the hosted control. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Equals | Determines whether the specified RibbonItem is equal to the current RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Focus | Gives the focus to the hosted control. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from C1.Win.Ribbon.RibbonItem) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
LoadControlHostProperties | Loads properties of an RibbonControlHost from the specified XmlNode. | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnBackColorChanged | Raises the BackColorChanged event. | |
OnClick | Raises the Click event. | |
OnDoubleClick | Raises the DoubleClick event. | |
OnDragDrop | Raises the DragDrop event. | |
OnDragEnter | Raises the DragEnter event. | |
OnDragLeave | Raises the DragLeave event. | |
OnDragOver | Raises the DragOver event. | |
OnEnabledChanged | Raises the EnabledChanged event. | |
OnEnter | Raises the Enter event. | |
OnForeColorChanged | Raises the ForeColorChanged event. | |
OnGiveFeedback | Raises the GiveFeedback event. | |
OnGotFocus | Raises the GotFocus event. | |
OnKeyDown | Raises the KeyDown event. | |
OnKeyPress | Raises the KeyPress event. | |
OnKeyUp | Raises the KeyUp event. | |
OnLeave | Raises the Leave event. | |
OnLostFocus | Raises the LostFocus event. | |
OnMouseDown | Raises the MouseDown event. | |
OnMouseEnter | Raises the RibbonItem.MouseEnter event. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OnMouseHover | Raises the MouseHover event. | |
OnMouseLeave | Raises the RibbonItem.MouseLeave event. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OnMouseMove | Raises the MouseMove event. | |
OnMouseUp | Raises the MouseUp event. | |
OnPaint | Raises the Paint event. | |
OnQueryContinueDrag | Raises the QueryContinueDrag event. | |
OnResize | Raises the Resize event. | |
OnRightToLeftChanged | Raises the RightToLeftChanged event. | |
OnSubscribeControlEvents | Subscribes events from the hosted control. | |
OnTextChanged | Raises the TextChanged event. | |
OnUnsubscribeControlEvents | Unsubscribes events from the hosted control. | |
OnValidated | Raises the Validated event. | |
OnValidating | Raises the Validating event. | |
OnVisibleChanged | Raises the VisibleChanged event. | |
ResetBackColor | This member is for internal use only. | |
ResetFont | This member is for internal use only. | |
ResetForeColor | This member is for internal use only. | |
ResetRightToLeft | This member is for internal use only. | |
ResetToolTip | Restores the default value of the RibbonItem.ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem) | |
SaveControlHostProperties | Saves properties of an RibbonControlHost to XML using the specified XmlWriter. | |
ShouldSerializeBackColor | This member is for internal use only. | |
ShouldSerializeFont | This member is for internal use only. | |
ShouldSerializeForeColor | This member is for internal use only. | |
ShouldSerializeID | (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShouldSerializeName | (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShouldSerializeRightToLeft | This member is for internal use only. | |
ShouldSerializeToolTip | Specifies whether to save the value of the RibbonItem.ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem) |
Name | Description | |
---|---|---|
BackColorChanged | Fires when the value of the BackColor property changes. | |
Click | Fires when the hosted control is clicked. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
DoubleClick | Fires when the hosted control is double-clicked. | |
DragDrop | Fires when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into the hosted control. | |
DragEnter | Fires when the user drags an item into the client area of the hosted control. | |
DragLeave | Fires when the user drags an item and the mouse pointer is no longer over the client area of the hosted control. | |
DragOver | Fires when the user drags an item over the client area of the hosted control. | |
EnabledChanged | Fires when the value of the Enabled property changes. | |
Enter | Fires when the hosted control is entered. | |
ForeColorChanged | Fires when the value of the ForeColor property changes. | |
GiveFeedback | Fires during a drag operation. | |
GotFocus | Fires when the hosted control receives the focus. | |
KeyDown | Fires when a key is pressed while the hosted control has focus. | |
KeyPress | Fires when a key is pressed while the hosted control has focus. | |
KeyUp | Fires when a key is released while the hosted control has focus. | |
Leave | Fires when the input focus leaves the hosted control. | |
LostFocus | Fires when the hosted control loses the focus. | |
MouseDown | Fires when the user presses a mouse button on the hosted control. | |
MouseEnter | Occurs when the mouse enters the item. (Inherited from C1.Win.Ribbon.RibbonItem) | |
MouseHover | Fires when the mouse pointer hovers over the hosted control. | |
MouseLeave | Occurs when the mouse leaves the item. (Inherited from C1.Win.Ribbon.RibbonItem) | |
MouseMove | Fires when the user moves the mouse over the hosted control. | |
MouseUp | Fires when the user releases a mouse button over the hosted control. | |
Paint | Fires when the hosted control is redrawn. | |
QueryContinueDrag | Fires during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled. | |
Resize | Fires when the hosted control is resized. | |
RightToLeftChanged | Fires when the value of the RightToLeft property changes. | |
TextChanged | Fires when the value of the Text property changes. | |
Validated | Fires after the contents of the hosted control have been validated. | |
Validating | Fires to validate the contents of the hosted control before it loses focus. | |
VisibleChanged | Fires when the value of the Visible property changes. |