C# Class SecureDeleteWinForms.CustomActionEditor.VariableEditorHelper

ファイルを表示 Open project: gratianlup/SecureDelete

Public Properties

Property Type Description
Column int
Item System.Windows.Forms.ListViewItem

Public Methods

Method Description
VariableEditorHelper ( System.Windows.Forms.ListViewItem item, int column ) : System

Method Details

VariableEditorHelper() public method

public VariableEditorHelper ( System.Windows.Forms.ListViewItem item, int column ) : System
item System.Windows.Forms.ListViewItem
column int
return System

Property Details

Column public_oe property

public int Column
return int

Item public_oe property

public ListViewItem,System.Windows.Forms Item
return System.Windows.Forms.ListViewItem