C# Класс cadencii.ui.dotnet.UpdateCheckForm

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

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

Метод Описание
UpdateCheckForm ( ) : System
close ( ) : void
isAutomaticallyCheckForUpdates ( ) : bool
setAutomaticallyCheckForUpdates ( bool value ) : void
setAutomaticallyCheckForUpdatesMessage ( string message ) : void
setDownloadUrl ( string url ) : void
setFont ( Font font ) : void
setMessage ( string text ) : void
setOkButtonText ( string text ) : void
setTitle ( string title ) : void
showDialog ( object parent ) : void

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

Метод Описание
InitializeComponent ( ) : void
button1_Click ( object sender, System e ) : void
linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

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

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

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

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

public close ( ) : void
Результат void

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

public isAutomaticallyCheckForUpdates ( ) : bool
Результат bool

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

public setAutomaticallyCheckForUpdates ( bool value ) : void
value bool
Результат void

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

public setAutomaticallyCheckForUpdatesMessage ( string message ) : void
message string
Результат void

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

public setDownloadUrl ( string url ) : void
url string
Результат void

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

public setFont ( Font font ) : void
font System.Drawing.Font
Результат void

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

public setMessage ( string text ) : void
text string
Результат void

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

public setOkButtonText ( string text ) : void
text string
Результат void

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

public setTitle ( string title ) : void
title string
Результат void

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

public showDialog ( object parent ) : void
parent object
Результат void