C# Класс Eto.Forms.Form

Наследование: Window
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
Form ( ) : System

Initializes a new instance of the Eto.Forms.Form class.

Form ( IHandler handler ) : System

Initializes a new instance of the Eto.Forms.Form class with the specified handler

Show ( ) : void

Show the form

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

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

Initializes a new instance of the Eto.Forms.Form class.
public Form ( ) : System
Результат System

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

Initializes a new instance of the Eto.Forms.Form class with the specified handler
public Form ( IHandler handler ) : System
handler IHandler Handler to use as the implementation of the form.
Результат System

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

Show the form
public Show ( ) : void
Результат void