ContainerControl

Wisej.Web.ContainerControl

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides focus-management functionality for controls that can function as a container for other controls.

public class ContainerControl : ScrollableControl, IContainerControl, IContainerControl

Constructors

Initializes a new instance of the ContainerControl class.

Properties

Keys[]: Returns or sets a collection of keys that fire the Accelerator event when the user presses the accelerator key while the focus is on any child control.

Control: Returns or sets the active control on the container control.

Throws:

BindingContext: Returns or sets the BindingContext for the control.

Boolean: Returns or sets whether the container will receive key events before the event is passed to the control that has focus.

Form: Returns the Form that the container control is assigned to.

Page: Returns the Page that the container control is assigned to.

Boolean: Enables or disables right-to-left layout when the value of RightToLeft is Yes

Methods

Validates the last unvalidated control and its ancestors up through, but not including the current control.

Returns: Boolean.

Validates the last unvalidated control and its ancestors up through, but not including the current control.

Returns: Boolean.

Events

AcceleratorEventHandler Fired when one of the Accelerators key is pressed.

EventHandler Fired when the value of the RightToLeftLayout property changes.

Inherited By

Implements

Last updated