RibbonItemGroup Class

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class RibbonItemGroup : RibbonItem, 
	IContainsSelectableRibbonItems, IContainsRibbonComponents
Inheritance
Component    RibbonItem    RibbonItemGroup
Implements
IContainsRibbonComponents, IContainsSelectableRibbonItems

Constructors

RibbonItemGroupInitializes a new instance of the RibbonItemGroup class
RibbonItemGroup(IEnumerableRibbonItem)Initializes a new instance of the RibbonItemGroup class

Properties

AltKey Gets or sets the key combination that activates this element when the Alt key was pressed
(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)
DrawBackground Gets or sets a value indicating if the group should
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)
Items Gets the collection of items of this group
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)
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)

Methods

GetAllChildComponents 
GetContentBounds 
GetItems 
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 Raises the MouseDown event
(Inherited from RibbonItem)
OnMouseEnter Raises the MouseEnter event
(Inherited from RibbonItem)
OnMouseLeave Raises the MouseLeave event
(Inherited from RibbonItem)
OnMouseMove Raises the MouseMove event
(Inherited from RibbonItem)
OnMouseUp Raises the MouseUp event
(Inherited from RibbonItem)
OnOwnerChanged Raises the OwnerChanged event
(Inherited from RibbonItem)
OnPaint
(Overrides RibbonItemOnPaint(Object, RibbonElementPaintEventArgs))
RedrawItem Redraws the item area on the Onwer Ribbon
(Inherited from RibbonItem)
SetBounds
(Overrides RibbonItemSetBounds(Rectangle))
ToString 

Events

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)
ToolTipPopUp Occurs before a ToolTip is initially displayed.

Remarks

Use this event to change the ToolTip or Cancel it at all.

(Inherited from RibbonItem)

See Also