Click or drag to resize
KaxSkinManager Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    Kettic.AspNet.ControlsKaxSkinManager

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxSkinManager : Control

The KaxSkinManager type exposes the following members.

Constructors
  NameDescription
Public methodKaxSkinManager
Top
Methods
Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether skinning should be enabled or not.
Public propertyPersistenceKey
Public propertyPersistenceMode
Specifies the skin manager persistance mode.
Public propertyShowChooser
Gets or sets a value indicating whether Skin chooser should be rendered in run-time.
Public propertySkin
"Specifies the skin that will be used by the control"
Public propertyTargetControls
Gets a collection of TargetControl objects that allows for specifying the objects for which tooltips will be created on the client-side.
Top
Events
  NameDescription
Public eventSkinChanged
Public eventSkinChanging
Top
See Also