C# Class CSReportEditor.fTreeViewCtrls

Datei anzeigen Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
addCtrls ( ) : void
addCtrls ( cReport m_report ) : void
clear ( ) : void
fTreeViewCtrls ( ) : System
getFormulaName ( ) : string
setHandler ( cEditor editor ) : void

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.

cmd_close_Click ( object sender, EventArgs e ) : void
cmd_edit_Click ( object sender, EventArgs e ) : void
fTreeViewCtrls_Load ( object sender, EventArgs e ) : void
getControl ( string key ) : cReportControl
getMethods ( object obj ) : MethodInfo[]
getObjectDescription ( object anObject ) : string
getObjectDescription ( object anObject, int n ) : string
getValue ( object value, int n ) : string
selectAndShowInfo ( TreeNode node ) : void
tv_controls_KeyUp ( object sender, KeyEventArgs e ) : void
tv_formulas_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
tv_formulas_NodeMouseDoubleClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Method Details

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

addCtrls() public method

public addCtrls ( ) : void
return void

addCtrls() public method

public addCtrls ( cReport m_report ) : void
m_report cReport
return void

clear() public method

public clear ( ) : void
return void

fTreeViewCtrls() public method

public fTreeViewCtrls ( ) : System
return System

getFormulaName() public method

public getFormulaName ( ) : string
return string

setHandler() public method

public setHandler ( cEditor editor ) : void
editor cEditor
return void