C# Class cadencii.ui.dotnet.UpdateCheckForm

Inheritance: System.Windows.Forms.Form, cadencii.ui.UpdateCheckForm
Show file Open project: cadencii/cadencii

Public Methods

Method Description
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

Private Methods

Method Description
InitializeComponent ( ) : void
button1_Click ( object sender, System e ) : void
linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

UpdateCheckForm() public method

public UpdateCheckForm ( ) : System
return System

close() public method

public close ( ) : void
return void

isAutomaticallyCheckForUpdates() public method

public isAutomaticallyCheckForUpdates ( ) : bool
return bool

setAutomaticallyCheckForUpdates() public method

public setAutomaticallyCheckForUpdates ( bool value ) : void
value bool
return void

setAutomaticallyCheckForUpdatesMessage() public method

public setAutomaticallyCheckForUpdatesMessage ( string message ) : void
message string
return void

setDownloadUrl() public method

public setDownloadUrl ( string url ) : void
url string
return void

setFont() public method

public setFont ( Font font ) : void
font System.Drawing.Font
return void

setMessage() public method

public setMessage ( string text ) : void
text string
return void

setOkButtonText() public method

public setOkButtonText ( string text ) : void
text string
return void

setTitle() public method

public setTitle ( string title ) : void
title string
return void

showDialog() public method

public showDialog ( object parent ) : void
parent object
return void