C# Class Commander.UI.Views.ClipboardHistoryView

显示文件 Open project: SneWs/Commander Class Usage Examples

Public Properties

Property Type Description
CancelButton System.Windows.Forms.Button
ClipboardHistoryList System.Windows.Forms.ListBox
OKButton System.Windows.Forms.Button
SelectedText System.Windows.Forms.TextBox
Splitter System.Windows.Forms.Splitter

Public Methods

Method Description
ClipboardHistoryView ( ) : 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

ClipboardHistoryView() public method

public ClipboardHistoryView ( ) : 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

CancelButton public_oe property

public System.Windows.Forms.Button CancelButton
return System.Windows.Forms.Button

ClipboardHistoryList public_oe property

public System.Windows.Forms.ListBox ClipboardHistoryList
return System.Windows.Forms.ListBox

OKButton public_oe property

public System.Windows.Forms.Button OKButton
return System.Windows.Forms.Button

SelectedText public_oe property

public System.Windows.Forms.TextBox SelectedText
return System.Windows.Forms.TextBox

Splitter public_oe property

public System.Windows.Forms.Splitter Splitter
return System.Windows.Forms.Splitter