Wisej.Web.UserControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides an empty control that can be used to create other controls.
Initializes a new instance of the UserControl class.
Initializes a new instance of the UserControl class with the specified settings.
controls
Initializes a new instance of the UserControl class with the specified settings.
location
The location of the panel on its parent control.
size
The size of the panel.
controls
Boolean: Returns or sets whether the control should automatically resize based on its contents. (Default: False
)
AutoSizeMode: Returns or sets how the control will resize itself. (Default: GrowOnly
)
AutoValidate: Returns or sets how the control performs validation when the user changes focus to another control.
BorderStyle: Returns or sets the border style of the user control. (Default: None
)
Size:
Rectangle: Returns the rectangle that represents the virtual display area of the control.
Selects the active control. If the active control is not focusable, it selects the next focusable control.
Raised by the CreateControl method when the control is created.
Fires the Load event.
e
Renders the client component.
config
Dynamic configuration object.
Validates all selectable child controls in the container, including descendants. This is equivalent to calling ValidateChildren(ValidationConstraints.Selectable). See Selectable for details of exactly which child controls will be validated.
Returns: Boolean. true if all of the children validated successfully; otherwise, false. If called from the Validating or Validated event handlers, this method will always return false.
Validates all the child controls in the container. Exactly which controls are validated and which controls are skipped is determined by flags .
flags
Returns: Boolean. true if all of the children validated successfully; otherwise, false. If called from the Validating or Validated event handlers, this method will always return false.
EventHandler Fired when the AutoSize property changes.
EventHandler Fired when the AutoValidate property changes.
EventHandler Occurs before the control becomes visible for the first time.
Provides an popup container that can be attached to other controls.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Provides the functionality for a control to act as a parent for other controls.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
An array of objects to be added to the panel.
An array of objects to be added to the panel.
A that contains the event data.
Places restrictions on which controls have their event raised.
All wisej controls derived from the class must implement this interface.