Click or drag to resize
KaxFormDecorator Class
Kettic KaxFormDecorator
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxFormDecorator

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 KaxFormDecorator : KaxWebControl

The KaxFormDecorator type exposes the following members.

Constructors
  NameDescription
Public methodKaxFormDecorator
Top
Properties
  NameDescription
Public propertyControlsToSkip
Get/Set the ControlsToSkip enum of KaxFormDecorator - a shortcut for faster fine-tuning of the decorated controls
Public propertyDecoratedControls
Get/Set the DecoratedControls enum of KaxFormDecorator
Public propertyDecorationZoneID
Gets or sets the id (ClientID if a runat=server is used) of a html element whose children will be decorated
Public propertyEnableRoundedCorners
Gets or sets whether decorated textboxes, textarea and fieldset elements will have rounded corners
Top
See Also