C# Класс ZoomFactorExtensionCSharp.InputForm

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

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

Метод Описание
ShowModal ( System owner, string caption, string title, string defaultText ) : InputFormResult

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

Метод Описание
Dispose ( bool disposing ) : void

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

Метод Описание
GetResult ( InputForm currForm ) : InputFormResult
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InputForm_Load ( object sender, System e ) : void
SizeCaption ( InputForm currForm, string caption ) : void
btnCancel_Click ( object sender, System e ) : void
btnOK_Click ( object sender, System e ) : void

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

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

ShowModal() публичный статический Метод

public static ShowModal ( System owner, string caption, string title, string defaultText ) : InputFormResult
owner System
caption string
title string
defaultText string
Результат InputFormResult