[]
        
(Showing Draft Content)

C1.Win.RibbonPreview.BasePreviewElement

BasePreviewElement Class

Allows to customize ribbon items displayed in C1RibbonPreview.

Namespace: C1.Win.RibbonPreview
Assembly: C1.Win.RibbonPreview.8.dll
Syntax
public class BasePreviewElement

Constructors

Name Description
BasePreviewElement(C1RibbonPreview, RibbonItem, RibbonPreviewAction, bool)

Initializes a new instance of a BasePreviewElement.

Properties

Name Description
Action

Gets the associated preview action.

Enabled

Gets or sets whether the element can be enabled.

ForMinimizedRibbon

Gets a value indicating if the item should appear only when the Ribbon is minimized.

RibbonItem

Gets the associated RibbonItem.

RibbonPreview

Gets the owner C1RibbonPreview.

ToolTip

Gets or sets the tooltip text.

Visible

Gets or sets whether the element can be shown.

Methods

Name Description
ResetToolTip()

Resets the ToolTip property to its default value.

ShouldSerializeToolTip()

Indicates whether the ToolTip property should be serialized.