Click or drag to resize
CMSButtonAction Class
Multi button action.
Inheritance Hierarchy

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class CMSButtonAction

The CMSButtonAction type exposes the following members.

Constructors
  NameDescription
Public methodCMSButtonAction
Top
Properties
  NameDescription
Public propertyEnabled
Indicates if action is enabled
Public propertyName
Action name. Can be used to identify the action.
Public propertyOnClientClick
Script executed when action is clicked
Public propertyText
Action text
Public propertyToolTip
Tooltip text
Top
See Also