IWisejControl

Wisej.Core.IWisejControl

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.2.0.0)

All wisej controls derived from the Control class must implement this interface.

public interface IWisejControl : IWisejComponent, IDisposable, IComponent

Properties

String: Returns the theme appearance key.

Rectangle: Returns or sets the control's boundaries.

ICollection: Returns the children of the control or null if the control doesn't have children.

Boolean: Returns whether the control has been created fully and it's ready to be sent to the client. A control is marked as Created after it has been made visible the first time.

Int32: Returns the designer timeout in milliseconds.

String: Returns the name of the window component.

IWisejControl: Returns or sets the parent control.

ClientPlatform: Returns the current application platform.

Size: Returns or sets the control's size..

ClientTheme: Returns the current application theme.

Boolean: Returns or sets whether the control is visible.

Methods

Moves the focus to the control.

Returns: Boolean.

Sets the design-time metrics used by the designer to adapt the control on the screen to the HTML metrics used by the renderer.

Implemented By

Last updated