The SuperPanelBehaviorSettings type exposes the following members.

Constructors

  NameDescription
Public methodSuperPanelBehaviorSettings
Initializes a new instance of the SuperPanelBehaviorSettings class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAllowResize
Gets or sets a value indicating whether allow to resize.
Public propertyAnimationDuration
Gets or sets the duration of the animation.
Public propertyAnimationEasing
Gets or sets the animation easing.
Public propertyBubbleScrollingEvent
Gets or sets a value indicating whether to bubble scrolling event when scrollbars reach bounds.
Public propertyEnabled
Gets or sets the enable state of the C1SuperPanel.
Public propertyEnableGestureScrolling
Gets or sets a value indicating whether the content of C1SuperPanel can be dragged to scrolling when mousedown.
Public propertyHScroller
Gets settings for horizontal scroller.
Public propertyKeyboardSupport
Gets or sets a value indicating whether C1SuperPanel provides keyboard support.
Public propertyKeyDownInterval
Gets or sets the key down interval.
Public propertyMouseWheelSupport
Gets or sets a value indicating whether C1SuperPanel has mouse wheel support.
Public propertyOnClientDragEnd
Gets or sets the on function to call when dragging is end.
Public propertyOnClientInitialized
Gets or sets the client function to all when initialized.
Public propertyOnClientResized
Gets or sets the on function to call when C1SuperPanel is resized.
Public propertyOnClientScrolled
Gets or sets the on function to call when scrolling ends.
Public propertyOnClientScrolling
Gets or sets the on function to call when scrolling starts.
Public propertyOwner
Gets the owner.
Public propertyShowDropShadow
Gets or sets a value indicating whether to show drop shadow.
Public propertyShowRounder
Gets or sets a value indicating whether to display panel rounder.
Public propertyUseCustomScrollBar
Gets or sets a value indicating whether to use custom scroll bar.
Public propertyVScroller
Gets settings for vertical scroller.

See Also