C# Класс Habanero.Faces.Win.FormWin

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

Private Properties

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

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

Метод Описание
FormWin ( ) : System
SetIcon ( string resourceName ) : void
Show ( IControlHabanero owner ) : void

Shows the form with the specified owner to the user.

Защищенные методы

Метод Описание
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

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

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

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

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

FormWin() публичный метод

public FormWin ( ) : System
Результат System

ProcessCmdKey() защищенный метод

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Результат bool

SetIcon() публичный метод

public SetIcon ( string resourceName ) : void
resourceName string
Результат 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