[]
        
(Showing Draft Content)

C1.Win.RibbonPreview.RibbonPreviewGroup

RibbonPreviewGroup Class

Represents a customizable item for RibbonGroup.

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

Constructors

Name Description
RibbonPreviewGroup(C1RibbonPreview, RibbonGroup)

Initializes a new instance of a RibbonPreviewGroup.

Properties

Name Description
Image

Gets or sets the group image.

KeyTip

Gets or sets the KeyTip text.

RibbonGroup

Gets the associated RibbonGroup.

RibbonPreview

Gets the owner C1RibbonPreview.

Text

Gets or sets the group text.

ToolTip

Gets or sets the tooltip text.

Methods

Name Description
ResetImage()

Resets the Image property to its default value.

ResetKeyTip()

Resets the KeyTip property to its default value.

ResetText()

Resets the Text property to its default value.

ResetToolTip()

Resets the ToolTip property to its default value.

ShouldSerializeImage()

Indicates whether the Image property should be serialized.

ShouldSerializeKeyTip()

Indicates whether the KeyTip property should be serialized.

ShouldSerializeText()

Indicates whether the Text property should be serialized.

ShouldSerializeToolTip()

Indicates whether the ToolTip property should be serialized.