IContainerControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides the functionality for a control to act as a parent for other controls.
- C#
- VB.NET
public interface IContainerControl : IContainerControl
Public Interface IContainerControl
Inherits IContainerControl
Properties
ActiveControl
Control: Returns or sets the control that is active on the container control.
Methods
ActivateControl(control)
Activates a specified control.
| Parameter | Type | Description |
|---|---|---|
| control | Control |
Returns: Boolean. true if the control is successfully activated; otherwise, false.
Implemented By
| Name | Description |
|---|---|
| FileDialogUI | UI implementation for the FileDialog class. |
| FolderBrowserDialogUI | UI implementation for the FolderDialog class. |
| ContainerControl | Provides focus-management functionality for controls that can function as a container for other controls. |
| Form | Represents a window or dialog box that makes up an application's user interface. |
| Page | Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time. |
| SplitContainer | Represents a control consisting of a movable bar that divides a container's display area into two resizable panels. |
| UserControl | Provides an empty control that can be used to create other controls. |
| DataRepeater | Displays data in a customizable list format. |
| Desktop | Represents a desktop container that can host floating windows. |
| UserPopup | Provides an popup container that can be attached to other controls. |