Skip to main content
Version: 3.5

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.

public interface IContainerControl : IContainerControl

Properties

Instance memberActiveControl

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

Methods

Instance memberActivateControl(control)

Activates a specified control.

ParameterTypeDescription
controlControl

Returns: Boolean. true if the control is successfully activated; otherwise, false.

Implemented By

NameDescription
FileDialogUIUI implementation for the FileDialog class.
FolderBrowserDialogUIUI implementation for the FolderDialog class.
ContainerControlProvides focus-management functionality for controls that can function as a container for other controls.
FormRepresents a window or dialog box that makes up an application's user interface.
PageRepresents 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.
SplitContainerRepresents a control consisting of a movable bar that divides a container's display area into two resizable panels.
UserControlProvides an empty control that can be used to create other controls.
DataRepeaterDisplays data in a customizable list format.
DesktopRepresents a desktop container that can host floating windows.
UserPopupProvides an popup container that can be attached to other controls.