RibbonLabel Class

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class RibbonLabel : RibbonItem
Inheritance
Component    RibbonItem    RibbonLabel

Constructors

RibbonLabelInitializes a new instance of the RibbonLabel class

Properties

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 
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

MeasureSize Measures the size of the panel on the mode specified by the event object
(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 Raises the paint event and draws the
(Overrides RibbonItemOnPaint(Object, RibbonElementPaintEventArgs))
RedrawItem Redraws the item area on the Onwer Ribbon
(Inherited from RibbonItem)
SetBounds Sets the bounds of the panel
(Overrides RibbonItemSetBounds(Rectangle))

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