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
Show file Open project: Chillisoft/habanero.faces

Public Methods

Method 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 method

Constructs a MainTitleIconControlWin
public MainTitleIconControlWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
return System

RemoveIconImage() public method

Removes any Image shown on the Icon Label
public RemoveIconImage ( ) : void
return void

SetIconImage() public method

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

SetInvalidImage() public method

Sets the Image to a standard invalid image.
public SetInvalidImage ( ) : void
return void

SetValidImage() public method

Sets the Image to a standard valid image.
public SetValidImage ( ) : void
return void