C# Class Microsoft.Windows.Controls.Ribbon.RibbonControlService

A Static class declaring attached dependency properties needed for ribbon controls.
Show file Open project: kasicass/kasicass Class Usage Examples

Public Properties

Property Type Description
CanAddToQuickAccessToolBarDirectlyProperty System.Windows.DependencyProperty
CheckedBackgroundProperty System.Windows.DependencyProperty
CheckedBorderBrushProperty System.Windows.DependencyProperty
ControlSizeDefinitionProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
DefaultControlSizeDefinitionProperty System.Windows.DependencyProperty
DismissPopupEvent System.Windows.RoutedEvent
FocusedBackgroundProperty System.Windows.DependencyProperty
FocusedBorderBrushProperty System.Windows.DependencyProperty
IsInControlGroupProperty System.Windows.DependencyProperty
IsInQuickAccessToolBarProperty System.Windows.DependencyProperty
LabelProperty System.Windows.DependencyProperty
LargeImageSourceProperty System.Windows.DependencyProperty
MouseOverBackgroundProperty System.Windows.DependencyProperty
MouseOverBorderBrushProperty System.Windows.DependencyProperty
PressedBackgroundProperty System.Windows.DependencyProperty
PressedBorderBrushProperty System.Windows.DependencyProperty
QuickAccessToolBarControlSizeDefinitionProperty System.Windows.DependencyProperty
QuickAccessToolBarIdProperty System.Windows.DependencyProperty
RibbonProperty System.Windows.DependencyProperty
ShowKeyboardCuesProperty System.Windows.DependencyProperty
SmallImageSourceProperty System.Windows.DependencyProperty
ToolTipDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterImageSourceProperty System.Windows.DependencyProperty
ToolTipFooterTitleProperty System.Windows.DependencyProperty
ToolTipImageSourceProperty System.Windows.DependencyProperty
ToolTipTitleProperty System.Windows.DependencyProperty

Public Methods

Method Description
AddDismissPopupHandler ( DependencyObject element, RibbonDismissPopupEventHandler handler ) : void
GetCanAddToQuickAccessToolBarDirectly ( DependencyObject element ) : bool
GetCheckedBackground ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the background brush used in a "Checked" state of the ribbon controls.

GetCheckedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the border brush used in a "Checked" state of the ribbon controls.

GetControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition

Gets the value of the ControlSizeDefinition (including image size, and whether or not label is displayed) applied to this element.

GetCornerRadius ( DependencyObject element ) : System.Windows.CornerRadius

Gets the value of CornerRadius for button based Controls

GetDefaultControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition
GetFocusedBackground ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the background brush used in a "Focused" state of the ribbon controls.

GetFocusedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the border brush used in a "Focused" state of the ribbon controls.

GetIsInControlGroup ( DependencyObject element ) : bool

Gets the value of the IsInControlGroup on this element, which indicates whether this element belongs to a RibbonControlGroup or not.

GetIsInQuickAccessToolBar ( DependencyObject element ) : bool

Get property which indicates whether the control is part of a QuickAccessToolBar.

GetLabel ( DependencyObject element ) : string

Gets the value of Label on the specified object

GetLargeImageSource ( DependencyObject element ) : ImageSource

Gets the value of LargeImageSource on the specified object

GetMouseOverBackground ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the background brush used in a "hover" state of the ribbon controls.

GetMouseOverBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the outer border brush used in a "hover" state of the ribbon controls.

GetPressedBackground ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the background brush used in a "Pressed" state of the ribbon controls.

GetPressedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the outer border brush used in a "Pressed" state of the ribbon controls.

GetQuickAccessToolBarControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition

Get size definition which is applied to the control when it is displayed as a part of a QuickAccessToolBar.

GetQuickAccessToolBarId ( DependencyObject element ) : object

Gets the value of the QuickAccessToolBarId property.

GetRibbon ( DependencyObject element ) : Ribbon

Gets the value of the Ribbon property.

GetShowKeyboardCues ( DependencyObject element ) : bool

Gets the value of the ShowKeyboardCues property.

GetSmallImageSource ( DependencyObject element ) : ImageSource

Gets the value of SmallImageSource on the specified object

GetToolTipDescription ( DependencyObject element ) : string

Gets the value of ToolTipDescription on the specified object

GetToolTipFooterDescription ( DependencyObject element ) : string

Gets the value of ToolTipFooterDescription on the specified object

GetToolTipFooterImageSource ( DependencyObject element ) : ImageSource

Gets the value of ToolTipFooterImageSource on the specified object

GetToolTipFooterTitle ( DependencyObject element ) : string

Gets the value of ToolTipFooterTitle on the specified object

GetToolTipImageSource ( DependencyObject element ) : ImageSource

Gets the value of ToolTipImageSource on the specified object

GetToolTipTitle ( DependencyObject element ) : string

Gets the value of ToolTipTitle on the specified object

RemoveDismissPopupHandler ( DependencyObject element, RibbonDismissPopupEventHandler handler ) : void
SetCanAddToQuickAccessToolBarDirectly ( DependencyObject element, bool value ) : void
SetCheckedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the background used in a "Checked" state of the ribbon controls.

SetCheckedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the border brush used in "Checked" state of the ribbon controls.

SetControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void

Sets the value of the ControlSizeDefinition on this element.

SetCornerRadius ( DependencyObject element, System.Windows.CornerRadius value ) : void

Sets the value of CornerRadius for button based Control.

SetDefaultControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void
SetFocusedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the background used in a "Focused" state of the ribbon controls.

SetFocusedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the border brush used in "Focused" state of the ribbon controls.

SetLabel ( DependencyObject element, string value ) : void

Sets the value of Label on the specified object

SetLargeImageSource ( DependencyObject element, ImageSource value ) : void

Sets the value of LargeImageSource on the specified object

SetMouseOverBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the background brush used in a "hover" state of the ribbon controls.

SetMouseOverBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the outer border brush used in a "hover" state of the ribbon controls.

SetPressedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the background used in a "Pressed" state of the ribbon controls.

SetPressedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the outer border brush used in a "Pressed" state of the ribbon controls.

SetQuickAccessToolBarControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void

Set size definition which is applied to the control when it is displayed as a part of a QuickAccessToolBar.

SetQuickAccessToolBarId ( DependencyObject element, object value ) : void

Sets the value of the QuickAccessToolBarId property.

SetSmallImageSource ( DependencyObject element, ImageSource value ) : void

Sets the value of SmallImageSource on the specified object

SetToolTipDescription ( DependencyObject element, string value ) : void

Sets the value of ToolTipDescription on the specified object

SetToolTipFooterDescription ( DependencyObject element, string value ) : void

Sets the value of ToolTipFooterDescription on the specified object

SetToolTipFooterImageSource ( DependencyObject element, ImageSource value ) : void

Sets the value of ToolTipFooterImageSource on the specified object

SetToolTipFooterTitle ( DependencyObject element, string value ) : void

Sets the value of ToolTipFooterTitle on the specified object

SetToolTipImageSource ( DependencyObject element, ImageSource value ) : void

Sets the value of ToolTipImageSource on the specified object

SetToolTipTitle ( DependencyObject element, string value ) : void

Sets the value of ToolTipTitle on the specified object

Private Methods

Method Description
CoerceControlSizeDefinition ( DependencyObject d, object baseValue ) : object
CoerceDefaultControlSizeDefinition ( DependencyObject d, object baseValue ) : object
OnControlSizeDefinitionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnDefaultControlSizeDefinitionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLabelChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLargeImageSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSmallImageSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetIsInControlGroup ( DependencyObject element, bool value ) : void

Sets the value of the IsInControlGroup on this element. Should be set by the RibbonControlGroup parent control.

SetIsInQuickAccessToolBar ( DependencyObject element, bool value ) : void

Set property which indicates whether the control is part of a QuickAccessToolBar.

SetRibbon ( DependencyObject element, Ribbon value ) : void

Sets the value of the Ribbon property.

SetShowKeyboardCues ( DependencyObject element, bool value ) : void

Sets the value of the ShowKeyboardCues property.

UpdateDefaultControlSizeDefinition ( DependencyObject d ) : void

Method Details

AddDismissPopupHandler() public static method

public static AddDismissPopupHandler ( DependencyObject element, RibbonDismissPopupEventHandler handler ) : void
element System.Windows.DependencyObject
handler RibbonDismissPopupEventHandler
return void

GetCanAddToQuickAccessToolBarDirectly() public static method

public static GetCanAddToQuickAccessToolBarDirectly ( DependencyObject element ) : bool
element System.Windows.DependencyObject
return bool

GetCheckedBackground() public static method

Gets the value of the background brush used in a "Checked" state of the ribbon controls.
public static GetCheckedBackground ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
return System.Windows.Media.Brush

GetCheckedBorderBrush() public static method

Gets the value of the border brush used in a "Checked" state of the ribbon controls.
public static GetCheckedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
return System.Windows.Media.Brush

GetControlSizeDefinition() public static method

Gets the value of the ControlSizeDefinition (including image size, and whether or not label is displayed) applied to this element.
public static GetControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition
element System.Windows.DependencyObject
return RibbonControlSizeDefinition

GetCornerRadius() public static method

Gets the value of CornerRadius for button based Controls
public static GetCornerRadius ( DependencyObject element ) : System.Windows.CornerRadius
element System.Windows.DependencyObject
return System.Windows.CornerRadius

GetDefaultControlSizeDefinition() public static method

public static GetDefaultControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition
element System.Windows.DependencyObject
return RibbonControlSizeDefinition

GetFocusedBackground() public static method

Gets the value of the background brush used in a "Focused" state of the ribbon controls.
public static GetFocusedBackground ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
return System.Windows.Media.Brush

GetFocusedBorderBrush() public static method

Gets the value of the border brush used in a "Focused" state of the ribbon controls.
public static GetFocusedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
return System.Windows.Media.Brush

GetIsInControlGroup() public static method

Gets the value of the IsInControlGroup on this element, which indicates whether this element belongs to a RibbonControlGroup or not.
public static GetIsInControlGroup ( DependencyObject element ) : bool
element System.Windows.DependencyObject
return bool

GetIsInQuickAccessToolBar() public static method

Get property which indicates whether the control is part of a QuickAccessToolBar.
public static GetIsInQuickAccessToolBar ( DependencyObject element ) : bool
element System.Windows.DependencyObject
return bool

GetLabel() public static method

Gets the value of Label on the specified object
public static GetLabel ( DependencyObject element ) : string
element System.Windows.DependencyObject
return string

GetLargeImageSource() public static method

Gets the value of LargeImageSource on the specified object
public static GetLargeImageSource ( DependencyObject element ) : ImageSource
element System.Windows.DependencyObject
return ImageSource

GetMouseOverBackground() public static method

Gets the value of the background brush used in a "hover" state of the ribbon controls.
public static GetMouseOverBackground ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
return System.Windows.Media.Brush

GetMouseOverBorderBrush() public static method

Gets the value of the outer border brush used in a "hover" state of the ribbon controls.
public static GetMouseOverBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
return System.Windows.Media.Brush

GetPressedBackground() public static method

Gets the value of the background brush used in a "Pressed" state of the ribbon controls.
public static GetPressedBackground ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
return System.Windows.Media.Brush

GetPressedBorderBrush() public static method

Gets the value of the outer border brush used in a "Pressed" state of the ribbon controls.
public static GetPressedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
return System.Windows.Media.Brush

GetQuickAccessToolBarControlSizeDefinition() public static method

Get size definition which is applied to the control when it is displayed as a part of a QuickAccessToolBar.
public static GetQuickAccessToolBarControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition
element System.Windows.DependencyObject
return RibbonControlSizeDefinition

GetQuickAccessToolBarId() public static method

Gets the value of the QuickAccessToolBarId property.
public static GetQuickAccessToolBarId ( DependencyObject element ) : object
element System.Windows.DependencyObject
return object

GetRibbon() public static method

Gets the value of the Ribbon property.
public static GetRibbon ( DependencyObject element ) : Ribbon
element System.Windows.DependencyObject
return Ribbon

GetShowKeyboardCues() public static method

Gets the value of the ShowKeyboardCues property.
public static GetShowKeyboardCues ( DependencyObject element ) : bool
element System.Windows.DependencyObject
return bool

GetSmallImageSource() public static method

Gets the value of SmallImageSource on the specified object
public static GetSmallImageSource ( DependencyObject element ) : ImageSource
element System.Windows.DependencyObject
return ImageSource

GetToolTipDescription() public static method

Gets the value of ToolTipDescription on the specified object
public static GetToolTipDescription ( DependencyObject element ) : string
element System.Windows.DependencyObject
return string

GetToolTipFooterDescription() public static method

Gets the value of ToolTipFooterDescription on the specified object
public static GetToolTipFooterDescription ( DependencyObject element ) : string
element System.Windows.DependencyObject
return string

GetToolTipFooterImageSource() public static method

Gets the value of ToolTipFooterImageSource on the specified object
public static GetToolTipFooterImageSource ( DependencyObject element ) : ImageSource
element System.Windows.DependencyObject
return ImageSource

GetToolTipFooterTitle() public static method

Gets the value of ToolTipFooterTitle on the specified object
public static GetToolTipFooterTitle ( DependencyObject element ) : string
element System.Windows.DependencyObject
return string

GetToolTipImageSource() public static method

Gets the value of ToolTipImageSource on the specified object
public static GetToolTipImageSource ( DependencyObject element ) : ImageSource
element System.Windows.DependencyObject
return ImageSource

GetToolTipTitle() public static method

Gets the value of ToolTipTitle on the specified object
public static GetToolTipTitle ( DependencyObject element ) : string
element System.Windows.DependencyObject
return string

RemoveDismissPopupHandler() public static method

public static RemoveDismissPopupHandler ( DependencyObject element, RibbonDismissPopupEventHandler handler ) : void
element System.Windows.DependencyObject
handler RibbonDismissPopupEventHandler
return void

SetCanAddToQuickAccessToolBarDirectly() public static method

public static SetCanAddToQuickAccessToolBarDirectly ( DependencyObject element, bool value ) : void
element System.Windows.DependencyObject
value bool
return void

SetCheckedBackground() public static method

Sets the value of the background used in a "Checked" state of the ribbon controls.
public static SetCheckedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
return void

SetCheckedBorderBrush() public static method

Sets the value of the border brush used in "Checked" state of the ribbon controls.
public static SetCheckedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
return void

SetControlSizeDefinition() public static method

Sets the value of the ControlSizeDefinition on this element.
public static SetControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void
element System.Windows.DependencyObject
value RibbonControlSizeDefinition
return void

SetCornerRadius() public static method

Sets the value of CornerRadius for button based Control.
public static SetCornerRadius ( DependencyObject element, System.Windows.CornerRadius value ) : void
element System.Windows.DependencyObject
value System.Windows.CornerRadius
return void

SetDefaultControlSizeDefinition() public static method

public static SetDefaultControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void
element System.Windows.DependencyObject
value RibbonControlSizeDefinition
return void

SetFocusedBackground() public static method

Sets the value of the background used in a "Focused" state of the ribbon controls.
public static SetFocusedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
return void

SetFocusedBorderBrush() public static method

Sets the value of the border brush used in "Focused" state of the ribbon controls.
public static SetFocusedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
return void

SetLabel() public static method

Sets the value of Label on the specified object
public static SetLabel ( DependencyObject element, string value ) : void
element System.Windows.DependencyObject
value string
return void

SetLargeImageSource() public static method

Sets the value of LargeImageSource on the specified object
public static SetLargeImageSource ( DependencyObject element, ImageSource value ) : void
element System.Windows.DependencyObject
value ImageSource
return void

SetMouseOverBackground() public static method

Sets the value of the background brush used in a "hover" state of the ribbon controls.
public static SetMouseOverBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
return void

SetMouseOverBorderBrush() public static method

Sets the value of the outer border brush used in a "hover" state of the ribbon controls.
public static SetMouseOverBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
return void

SetPressedBackground() public static method

Sets the value of the background used in a "Pressed" state of the ribbon controls.
public static SetPressedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
return void

SetPressedBorderBrush() public static method

Sets the value of the outer border brush used in a "Pressed" state of the ribbon controls.
public static SetPressedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
return void

SetQuickAccessToolBarControlSizeDefinition() public static method

Set size definition which is applied to the control when it is displayed as a part of a QuickAccessToolBar.
public static SetQuickAccessToolBarControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void
element System.Windows.DependencyObject
value RibbonControlSizeDefinition
return void

SetQuickAccessToolBarId() public static method

Sets the value of the QuickAccessToolBarId property.
public static SetQuickAccessToolBarId ( DependencyObject element, object value ) : void
element System.Windows.DependencyObject
value object
return void

SetSmallImageSource() public static method

Sets the value of SmallImageSource on the specified object
public static SetSmallImageSource ( DependencyObject element, ImageSource value ) : void
element System.Windows.DependencyObject
value ImageSource
return void

SetToolTipDescription() public static method

Sets the value of ToolTipDescription on the specified object
public static SetToolTipDescription ( DependencyObject element, string value ) : void
element System.Windows.DependencyObject
value string
return void

SetToolTipFooterDescription() public static method

Sets the value of ToolTipFooterDescription on the specified object
public static SetToolTipFooterDescription ( DependencyObject element, string value ) : void
element System.Windows.DependencyObject
value string
return void

SetToolTipFooterImageSource() public static method

Sets the value of ToolTipFooterImageSource on the specified object
public static SetToolTipFooterImageSource ( DependencyObject element, ImageSource value ) : void
element System.Windows.DependencyObject
value ImageSource
return void

SetToolTipFooterTitle() public static method

Sets the value of ToolTipFooterTitle on the specified object
public static SetToolTipFooterTitle ( DependencyObject element, string value ) : void
element System.Windows.DependencyObject
value string
return void

SetToolTipImageSource() public static method

Sets the value of ToolTipImageSource on the specified object
public static SetToolTipImageSource ( DependencyObject element, ImageSource value ) : void
element System.Windows.DependencyObject
value ImageSource
return void

SetToolTipTitle() public static method

Sets the value of ToolTipTitle on the specified object
public static SetToolTipTitle ( DependencyObject element, string value ) : void
element System.Windows.DependencyObject
value string
return void

Property Details

CanAddToQuickAccessToolBarDirectlyProperty public static property

Property determining whether a control can be added to the RibbonQuickAccessToolBar directly. Setting this API to false means there is no default ContextMenu.
public static DependencyProperty,System.Windows CanAddToQuickAccessToolBarDirectlyProperty
return System.Windows.DependencyProperty

CheckedBackgroundProperty public static property

DependencyProperty for CheckedBackground property.
public static DependencyProperty,System.Windows CheckedBackgroundProperty
return System.Windows.DependencyProperty

CheckedBorderBrushProperty public static property

DependencyProperty for CheckedBorderBrush property.
public static DependencyProperty,System.Windows CheckedBorderBrushProperty
return System.Windows.DependencyProperty

ControlSizeDefinitionProperty public static property

DependencyProperty for ControlSizeDefinition property.
public static DependencyProperty,System.Windows ControlSizeDefinitionProperty
return System.Windows.DependencyProperty

CornerRadiusProperty public static property

Dependency Property for the CornerRadius of a button based Control.
public static DependencyProperty,System.Windows CornerRadiusProperty
return System.Windows.DependencyProperty

DefaultControlSizeDefinitionProperty public static property

public static DependencyProperty,System.Windows DefaultControlSizeDefinitionProperty
return System.Windows.DependencyProperty

DismissPopupEvent public static property

public static RoutedEvent,System.Windows DismissPopupEvent
return System.Windows.RoutedEvent

FocusedBackgroundProperty public static property

DependencyProperty for FocusedBackground property.
public static DependencyProperty,System.Windows FocusedBackgroundProperty
return System.Windows.DependencyProperty

FocusedBorderBrushProperty public static property

DependencyProperty for FocusedBorderBrush property.
public static DependencyProperty,System.Windows FocusedBorderBrushProperty
return System.Windows.DependencyProperty

IsInControlGroupProperty public static property

public static DependencyProperty,System.Windows IsInControlGroupProperty
return System.Windows.DependencyProperty

IsInQuickAccessToolBarProperty public static property

public static DependencyProperty,System.Windows IsInQuickAccessToolBarProperty
return System.Windows.DependencyProperty

LabelProperty public static property

DependencyProperty for Label. This is the primary label that will be used on a bound Ribbon control.
public static DependencyProperty,System.Windows LabelProperty
return System.Windows.DependencyProperty

LargeImageSourceProperty public static property

DependencyProperty for LargeImageSource. At 96dpi this is normally a 32x32 icon.
public static DependencyProperty,System.Windows LargeImageSourceProperty
return System.Windows.DependencyProperty

MouseOverBackgroundProperty public static property

DependencyProperty for MouseOverBackground property.
public static DependencyProperty,System.Windows MouseOverBackgroundProperty
return System.Windows.DependencyProperty

MouseOverBorderBrushProperty public static property

DependencyProperty for MouseOverBorderBrush property.
public static DependencyProperty,System.Windows MouseOverBorderBrushProperty
return System.Windows.DependencyProperty

PressedBackgroundProperty public static property

DependencyProperty for PressedBackground property.
public static DependencyProperty,System.Windows PressedBackgroundProperty
return System.Windows.DependencyProperty

PressedBorderBrushProperty public static property

DependencyProperty for PressedBorderBrush property.
public static DependencyProperty,System.Windows PressedBorderBrushProperty
return System.Windows.DependencyProperty

QuickAccessToolBarControlSizeDefinitionProperty public static property

DependencyProperty for QuickAccessToolBarControlSizeDefinition property.
public static DependencyProperty,System.Windows QuickAccessToolBarControlSizeDefinitionProperty
return System.Windows.DependencyProperty

QuickAccessToolBarIdProperty public static property

DependencyProperty for QuickAccessToolBarId property. This property allows to us to establish a relationship between a control in the Ribbon and its counterpart in the QAT.
public static DependencyProperty,System.Windows QuickAccessToolBarIdProperty
return System.Windows.DependencyProperty

RibbonProperty public static property

Expose Ribbon DependencyProperty for controls to read State brushes off the Ribbon parent.
public static DependencyProperty,System.Windows RibbonProperty
return System.Windows.DependencyProperty

ShowKeyboardCuesProperty public static property

public static DependencyProperty,System.Windows ShowKeyboardCuesProperty
return System.Windows.DependencyProperty

SmallImageSourceProperty public static property

DependencyProperty for SmallImageSource. At 96dpi this is normally a 16x16 icon.
public static DependencyProperty,System.Windows SmallImageSourceProperty
return System.Windows.DependencyProperty

ToolTipDescriptionProperty public static property

DependencyProperty for ToolTipDescription. This is used as the main body description of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipDescriptionProperty
return System.Windows.DependencyProperty

ToolTipFooterDescriptionProperty public static property

DependencyProperty for ToolTipFooterDescription. This is the main description in the footer of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipFooterDescriptionProperty
return System.Windows.DependencyProperty

ToolTipFooterImageSourceProperty public static property

DependencyProperty for ToolTipFooterImageSource. This is the image used in the footer of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipFooterImageSourceProperty
return System.Windows.DependencyProperty

ToolTipFooterTitleProperty public static property

DependencyProperty for ToolTipFooterTitle. This is the title of the footer of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipFooterTitleProperty
return System.Windows.DependencyProperty

ToolTipImageSourceProperty public static property

DependencyProperty for ToolTipImageSource. This is the main image in the body of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipImageSourceProperty
return System.Windows.DependencyProperty

ToolTipTitleProperty public static property

DependencyProperty for ToolTipTitle. This is used as the main header of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipTitleProperty
return System.Windows.DependencyProperty