C# Class CSReportEditor.fSecProperties

Inheritance: System.Windows.Forms.Form
显示文件 Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
fSecProperties ( ) : System
getFormulaHide ( ) : String
getFormulaHideChanged ( ) : bool
getFormulaName ( ) : string
getSetFormulaHideChanged ( ) : bool
setFormulaHide ( String rhs ) : void
setFormulaHideChanged ( bool rhs ) : void
setHandler ( cEditor editor ) : void
setSetFormulaHideChanged ( bool rhs ) : 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_apply_Click ( object sender, EventArgs e ) : void
cmd_cancel_Click ( object sender, EventArgs e ) : void
cmd_formulaHide_Click ( object sender, EventArgs e ) : void
fSecProperties_Load ( object sender, EventArgs e ) : void
getOk ( ) : bool

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

fSecProperties() public method

public fSecProperties ( ) : System
return System

getFormulaHide() public method

public getFormulaHide ( ) : String
return String

getFormulaHideChanged() public method

public getFormulaHideChanged ( ) : bool
return bool

getFormulaName() public method

public getFormulaName ( ) : string
return string

getSetFormulaHideChanged() public method

public getSetFormulaHideChanged ( ) : bool
return bool

setFormulaHide() public method

public setFormulaHide ( String rhs ) : void
rhs String
return void

setFormulaHideChanged() public method

public setFormulaHideChanged ( bool rhs ) : void
rhs bool
return void

setHandler() public method

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

setSetFormulaHideChanged() public method

public setSetFormulaHideChanged ( bool rhs ) : void
rhs bool
return void