C# Class Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel

Inheritance: System.Windows.Controls.Panel
Datei anzeigen Open project: kasicass/kasicass Class Usage Examples

Public Properties

Property Type Description
RibbonProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
OnNotifyRibbonBorderBrushChanged void
RibbonContextualTabGroupsPanel System

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size availableSize ) : Size
OnIsItemsHostChanged ( bool oldIsItemsHost, bool newIsItemsHost ) : void

This method is invoked when the IsItemsHost property changes.

OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Draws separators for the RibbonContextualTabGroups.

Private Methods

Method Description
OnNotifyRibbonBorderBrushChanged ( ) : void
RibbonContextualTabGroupsPanel ( ) : System

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

MeasureOverride() protected method

protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
return System.Windows.Size

OnIsItemsHostChanged() protected method

This method is invoked when the IsItemsHost property changes.
protected OnIsItemsHostChanged ( bool oldIsItemsHost, bool newIsItemsHost ) : void
oldIsItemsHost bool The old value of the IsItemsHost property.
newIsItemsHost bool The new value of the IsItemsHost property.
return void

OnRender() protected method

Draws separators for the RibbonContextualTabGroups.
protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext The drawing context to use.
return void

Property Details

RibbonProperty public_oe static_oe property

DependencyProperty for Ribbon property.
public static DependencyProperty,System.Windows RibbonProperty
return System.Windows.DependencyProperty