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

Represents a window or dialog box that makes up an application's user interface
Наследование: Form, IFormHabanero
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IFormHabanero Base.DialogResult
IFormHabanero void

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

Метод Описание
Refresh ( ) : void

Forces the form to invalidate its client area and immediately redraw itself and any child controls. Does nothing in the VWG environment.

Show ( IControlHabanero owner ) : void

Shows the form with the specified owner to the user.

Приватные методы

Метод Описание
IFormHabanero ( ) : Base.DialogResult

Shows the form as a modal dialog box with the currently active window set as its owner

IFormHabanero ( ) : void

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

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

Forces the form to invalidate its client area and immediately redraw itself and any child controls. Does nothing in the VWG environment.
public Refresh ( ) : void
Результат void

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

Shows the form with the specified owner to the user.
The form specified in the owner parameter is the same as the form being shown.
public Show ( IControlHabanero owner ) : void
owner IControlHabanero Any object that implements System.Windows.Forms.IWin32Window and represents the top-level window that will own this form.
Результат void