C# Class NClass.DiagramEditor.ClassDiagram.Dialogs.DiagramPrintDialog

Datei anzeigen Open project: gbaychev/NClass

Private Properties

Property Type Description
DisableTransparency Color
InitializeComponent void
LoadSettings void
LoadStyles void
MakeShadowsOpaque Style
Print void
SaveSettings void
UpdateTexts void
btnPageSetup_Click void
btnPrint_Click void
btnPrinter_Click void
cboStyle_SelectedIndexChanged void
chkSelectedOnly_CheckedChanged void
numColumns_ValueChanged void
numRows_ValueChanged void
printDocument_BeginPrint void
printDocument_EndPrint void
printDocument_PrintPage void
printPreview_Click void

Public Methods

Method Description
DiagramPrintDialog ( ) : System
ShowDialog ( ) : DialogResult
ShowDialog ( IWin32Window owner ) : DialogResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
DisableTransparency ( Color color ) : Color
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadSettings ( ) : void
LoadStyles ( ) : void
MakeShadowsOpaque ( Style selectedStyle ) : Style
Print ( ) : void
SaveSettings ( ) : void
UpdateTexts ( ) : void
btnPageSetup_Click ( object sender, EventArgs e ) : void
btnPrint_Click ( object sender, EventArgs e ) : void
btnPrinter_Click ( object sender, EventArgs e ) : void
cboStyle_SelectedIndexChanged ( object sender, EventArgs e ) : void
chkSelectedOnly_CheckedChanged ( object sender, EventArgs e ) : void
numColumns_ValueChanged ( object sender, EventArgs e ) : void
numRows_ValueChanged ( object sender, EventArgs e ) : void
printDocument_BeginPrint ( object sender, PrintEventArgs e ) : void
printDocument_EndPrint ( object sender, PrintEventArgs e ) : void
printDocument_PrintPage ( object sender, PrintPageEventArgs e ) : void
printPreview_Click ( object sender, EventArgs e ) : void

Method Details

DiagramPrintDialog() public method

public DiagramPrintDialog ( ) : System
return System

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

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

ShowDialog() public method

public ShowDialog ( ) : DialogResult
return DialogResult

ShowDialog() public method

public ShowDialog ( IWin32Window owner ) : DialogResult
owner IWin32Window
return DialogResult