Skip to main content

RibbonCustomItem Members

A custom item within a RibbonControl.

Constructors

Name Description
RibbonCustomItem() Initializes a new instance of the RibbonCustomItem class.

Fields

Name Description
ContentProperty static Identifies the Content dependency property.
ContentTemplateProperty static Identifies the ContentTemplate dependency property.
ContentTemplateSelectorProperty static Identifies the ContentTemplateSelector dependency property.
DisplayModeProperty static Identifies the DisplayMode dependency property.
IsEnabledProperty static Identifies the IsEnabled dependency property. Inherited from RibbonItemBase.
IsVisibleProperty static Identifies the IsVisible dependency property. Inherited from RibbonItemBase.
ToolTipDescriptionProperty static Identifies the ToolTipDescription dependency property.
ToolTipProperty static Identifies the ToolTip dependency property.
ToolTipTitleProperty static Identifies the ToolTipTitle dependency property.

Properties

Name Description
Content Gets or sets the ribbon custom item’s content. This is a dependency property.
ContentTemplate Gets or sets the template used to display the ribbon custom item’s Content. This is a dependency property.
ContentTemplateSelector Gets or sets an object that chooses the ContentTemplate based on custom logic. This is a dependency property.
DisplayMode Gets or sets a ribbon custom item’s size. This is a dependency property.
IsEnabled Gets or sets whether the ribbon item is enabled. This is a dependency property. Inherited from RibbonItemBase.
IsVisible Gets or sets whether the ribbon item is visible. This is a dependency property. Inherited from RibbonItemBase.
ToolTip Gets or sets the ribbon custom item’s tooltip. This is a dependency property.
ToolTipDescription Gets or sets the ribbon custom item’s tooltip description text that is displayed under the ToolTipTitle. This is a dependency property.
ToolTipTitle Gets or sets the ribbon custom item’s tooltip title text. This is a dependency property.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also