Click or drag to resize
KaxInputControl Class
KaxInputControl class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxInputControl
          Kettic.AspNet.ControlsKaxDateInput
          Kettic.AspNet.ControlsKaxMaskedTextBox
          Kettic.AspNet.ControlsKaxNumericTextBox
          Kettic.AspNet.ControlsKaxTextBox

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class KaxInputControl : KaxWebControl, 
	IPostBackEventHandler, INamingContainer, IEditableTextControl, ITextControl

The KaxInputControl type exposes the following members.

Constructors
  NameDescription
Public methodKaxInputControl
Top
Methods
  NameDescription
Public methodFocus
Sets input focus to a KaxInput.
(Overrides ControlFocus.)
Public methodRenderBeginTag (Overrides KaxWebControl.RenderBeginTag(HtmlTextWriter).)
Top
Properties
  NameDescription
Public propertyAccessKey (Overrides KaxWebControl.AccessKey.)
Public propertyCode exampleAutoPostBack
Gets or sets a value indicating whether an automatic post back to the server occurs whenever the user presses the ENTER or the TAB key while in the KaxInput control.
Public propertyBackColor (Overrides KaxWebControl.BackColor.)
Public propertyBorderColor (Overrides KaxWebControl.BorderColor.)
Public propertyBorderStyle (Overrides KaxWebControl.BorderStyle.)
Public propertyBorderWidth (Overrides KaxWebControl.BorderWidth.)
Public propertyButtonContainer
Gets control that contains the buttons of KaxInput control
Public propertyButtonCssClass
Public propertyButtonsPosition
Gets or sets a value that indicates whether the button should be positioned left or right of the KaxInput box.
Public propertyCausesValidation
Gets or sets a value indicating whether validation is performed when the KaxInput control is set to validate when a postback occurs.
Public propertyClientEvents
Gets or sets an instance of the Kettic.AspNetControls.InputClientEvents class which defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side events are raised.
Public propertyCssClass (Overrides KaxWebControl.CssClass.)
Public propertyCode exampleDisabledStyle
Gets the style properties for disabled KaxInput control.
Public propertyCode exampleEmptyMessage
Gets or sets a value message shown when the control is empty.
Public propertyCode exampleEmptyMessageStyle

Gets the style properties for KaxInput when when the control is empty.

Public propertyEnableAjaxSkinRendering (Overrides KaxWebControl.EnableAjaxSkinRendering.)
Public propertyEnabled (Overrides KaxWebControl.Enabled.)
Public propertyCode exampleEnabledStyle
Gets the style properties for enabled KaxInput control.
Public propertyEnableEmbeddedBaseStylesheet (Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.)
Public propertyEnableEmbeddedScripts (Overrides KaxWebControl.EnableEmbeddedScripts.)
Public propertyEnableEmbeddedSkins (Overrides KaxWebControl.EnableEmbeddedSkins.)
Public propertyEnableOldBoxModel
Public propertyEnableTheming (Overrides KaxWebControl.EnableTheming.)
Public propertyEnableViewState (Overrides ControlEnableViewState.)
Public propertyCode exampleFocusedStyle
Gets the style properties for focused KaxInput control.
Public propertyHeight (Overrides KaxWebControl.Height.)
Public propertyCode exampleHoveredStyle
Gets the style properties for hovered KaxInput control.
Public propertyCode exampleInvalidStyle
Gets the style properties for invalid state of KaxInput control.
Public propertyInvalidStyleDuration
The InvalidStyleDuration property is used to determine how long (in milliseconds) the control will display its invalid style when incorrect data is entered.
Public propertyCode exampleLabel
Gets or sets the text of the tag rendered along with KaxInput control.
Public propertyLabelCssClass
Gets or sets the CSS class applied to the tag rendered along with KaxInput control.
Public propertyCode exampleMaxLength
Gets or sets the maximum number of characters allowed in the text box.
Public propertyCode exampleReadOnly
Gets or sets a value indicating whether the contents of the KaxInput control can be changed.
Public propertyReadOnlyStyle
Public propertyCode exampleSelectionOnFocus
Gets or sets the selection on focus options for the KaxInput control
Public propertyShouldResetWidthInPixels
Public propertyCode exampleShowButton
Gets or sets a value indicating whether the button is displayed in the KaxInput control.
Public propertySkin (Overrides KaxWebControl.Skin.)
Public propertySkinID (Overrides KaxWebControl.SkinID.)
Public propertyTabIndex (Overrides KaxWebControl.TabIndex.)
Public propertyCode exampleText
Gets or sets the text content of the KaxInput control.
Public propertyToolTip (Overrides KaxWebControl.ToolTip.)
Public propertyValidationGroup
Gets or sets the group of controls for which the ra.a.d.input control causes validation when it posts back to the server.
Public propertyVisible (Overrides KaxWebControl.Visible.)
Public propertyWidth (Overrides KaxWebControl.Width.)
Top
Events
  NameDescription
Public eventChildrenCreated
Occurs after all child controls of the KaxDateInput control have been created. You can customize the control there, and add additional child controls.
Public eventTextChanged
Top
See Also