IContainerControl

Wisej.Web.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

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

Methods

Activates a specified control.

ParameterTypeDescription

control

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

Implemented By

NameDescription

UI implementation for the FileDialog class.

UI implementation for the FolderDialog class.

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

Represents a window or dialog box that makes up an application's user interface.

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.

Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.

Provides an empty control that can be used to create other controls.

Displays data in a customizable list format.

Represents a desktop container that can host floating windows.

Provides an popup container that can be attached to other controls.

Last updated