Click or drag to resize
VisualControlBaseDefinition Class
Base class for all controls with visual look (with title and image)
Inheritance Hierarchy

Namespace: FluentRibbon.Definitions.Controls
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public abstract class VisualControlBaseDefinition : ControlDefinition

The VisualControlBaseDefinition type exposes the following members.

Fields
  NameDescription
Public fieldDescription Obsolete.
Control description
Public fieldImage
Image that is displayed on the control
Public fieldTitle
Displayable title for control. Required.
Public fieldToolTip
ToolTip
Top
See Also