C# Class fyiReporting.RdlDesign.FindTab

Summary description for FindTab.
Show file Open project: majorsilence/My-FyiReporting Class Usage Examples

Public Properties

Property Type Description
tabFind System.Windows.Forms.TabPage
tabGoTo System.Windows.Forms.TabPage
tabReplace System.Windows.Forms.TabPage
tcFRG System.Windows.Forms.TabControl

Public Methods

Method Description
FindNextClick ( ) : void
FindTab ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
FindTab ( RdlEditPreview pad ) : System
FindTab_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
InitializeComponent ( ) : void
btnCancel_Click ( object sender, System e ) : void
btnFindNext_Click ( object sender, System e ) : void
btnGoto_Click ( object sender, System e ) : void
btnNext_Click ( object sender, System e ) : void
btnReplaceAll_Click ( object sender, System e ) : void
btnReplace_Click ( object sender, System e ) : void
tcFRG_Enter ( object sender, System e ) : void
tcFRG_SelectedIndexChanged ( object sender, System e ) : void
txtFindR_TextChanged ( object sender, System e ) : void
txtFind_TextChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FindNextClick() public method

public FindNextClick ( ) : void
return void

FindTab() public method

public FindTab ( ) : System
return System

Property Details

tabFind public property

public TabPage,System.Windows.Forms tabFind
return System.Windows.Forms.TabPage

tabGoTo public property

public TabPage,System.Windows.Forms tabGoTo
return System.Windows.Forms.TabPage

tabReplace public property

public TabPage,System.Windows.Forms tabReplace
return System.Windows.Forms.TabPage

tcFRG public property

public TabControl,System.Windows.Forms tcFRG
return System.Windows.Forms.TabControl