C# Класс Habanero.Faces.VWG.MainTitleIconControlVWG

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.
Наследование: UserControlVWG, IMainTitleIconControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MainTitleIconControlVWG ( IControlFactory controlFactory ) : System

Constructs a MainTitleIconControlVWG

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.

Описание методов

MainTitleIconControlVWG() публичный Метод

Constructs a MainTitleIconControlVWG
public MainTitleIconControlVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
Результат System

RemoveIconImage() публичный Метод

Removes any Image shown on the Icon Label
public RemoveIconImage ( ) : void
Результат void

SetIconImage() публичный Метод

Sets the Image that is shown on the Icon label.
public SetIconImage ( string image ) : void
image string
Результат void

SetInvalidImage() публичный Метод

Sets the Image to a standard invalid image.
public SetInvalidImage ( ) : void
Результат void

SetValidImage() публичный Метод

Sets the Image to a standard valid image.
public SetValidImage ( ) : void
Результат void