Click or drag to resize
RotatorControlButtonsConfiguration Class
Encapsulates the properties used for the KaxRotator control buttons management.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsRotatorControlButtonsConfiguration

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class RotatorControlButtonsConfiguration : StateManager

The RotatorControlButtonsConfiguration type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDownButtonID
Public propertyLeftButtonID
Public propertyOnClientButtonClick
The name of the javascript function called when the user clicks one of the control buttons.
Public propertyOnClientButtonOut
The name of the javascript function called when the mouse leaves one of the control buttons.
Public propertyOnClientButtonOver
The name of the javascript function called when the mouse is over one of the control buttons.
Public propertyRightButtonID
Public propertyUpButtonID
Top
See Also