C# Class TpTrayUtility.TpListViewSubItem

Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Methods

Method Description
GetText ( ) : string
TpListViewSubItem ( Control control ) : System
TpListViewSubItem ( string text ) : System

Protected Methods

Method Description
OnSizeChanged ( EventArgs e ) : void

Method Details

GetText() public method

public GetText ( ) : string
return string

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

TpListViewSubItem() public method

public TpListViewSubItem ( Control control ) : System
control Control
return System

TpListViewSubItem() public method

public TpListViewSubItem ( string text ) : System
text string
return System