Click or drag to resize
ButtonBaseDefinition Class
Abstract parent for any Button-like control
Inheritance Hierarchy

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

The ButtonBaseDefinition type exposes the following members.

Fields
  NameDescription
Public fieldCommandEnableJavaScript
Javascript to determine, if control is enabled or disabled. By default it is "true" (button is always enabled).
Public fieldCommandJavaScript
Javascript will be run when button is pressed. Required for all types of buttons. By default, button does nothing.
Top
See Also