C# Class Habanero.Faces.Win.MainTitleIconControlWin

This control is the Title Control that is is present at the top of the right hand panel This control is used to provide context for the Business Object being shown in the Panel.
Inheritance: UserControlWin, IMainTitleIconControl
Afficher le fichier Open project: Chillisoft/habanero.faces

Méthodes publiques

Méthode Description
MainTitleIconControlWin ( IControlFactory controlFactory ) : System

Constructs a MainTitleIconControlWin

RemoveIconImage ( ) : void

Removes any Image shown on the Icon Label

SetIconImage ( string image ) : void

Sets the Image that is shown on the Icon label.

SetInvalidImage ( ) : void

Sets the Image to a standard invalid image.

SetValidImage ( ) : void

Sets the Image to a standard valid image.

Method Details

MainTitleIconControlWin() public méthode

Constructs a MainTitleIconControlWin
public MainTitleIconControlWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
Résultat System

RemoveIconImage() public méthode

Removes any Image shown on the Icon Label
public RemoveIconImage ( ) : void
Résultat void

SetIconImage() public méthode

Sets the Image that is shown on the Icon label.
public SetIconImage ( string image ) : void
image string
Résultat void

SetInvalidImage() public méthode

Sets the Image to a standard invalid image.
public SetInvalidImage ( ) : void
Résultat void

SetValidImage() public méthode

Sets the Image to a standard valid image.
public SetValidImage ( ) : void
Résultat void