C# Class Commander.UI.Views.CommandsInfoDialog

Show file Open project: SneWs/Commander

Public Properties

Property Type Description
CloseButton System.Windows.Forms.Button
CommandsList System.Windows.Forms.ListView
CompanyLabel System.Windows.Forms.Label
CopyrightLabel System.Windows.Forms.Label
DescriptionLabel System.Windows.Forms.Label
TitleLabel System.Windows.Forms.Label
VersionLabel System.Windows.Forms.Label

Public Methods

Method Description
CommandsInfoDialog ( ) : System.Windows.Forms

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

CommandsInfoDialog() public method

public CommandsInfoDialog ( ) : System.Windows.Forms
return System.Windows.Forms

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

CloseButton public property

public System.Windows.Forms.Button CloseButton
return System.Windows.Forms.Button

CommandsList public property

public System.Windows.Forms.ListView CommandsList
return System.Windows.Forms.ListView

CompanyLabel public property

public System.Windows.Forms.Label CompanyLabel
return System.Windows.Forms.Label

CopyrightLabel public property

public System.Windows.Forms.Label CopyrightLabel
return System.Windows.Forms.Label

DescriptionLabel public property

public System.Windows.Forms.Label DescriptionLabel
return System.Windows.Forms.Label

TitleLabel public property

public System.Windows.Forms.Label TitleLabel
return System.Windows.Forms.Label

VersionLabel public property

public System.Windows.Forms.Label VersionLabel
return System.Windows.Forms.Label