Property | Type | Description | |
---|---|---|---|
DisableTransparency | Color | ||
InitializeComponent | void | ||
LoadSettings | void | ||
LoadStyles | void | ||
MakeShadowsOpaque | Style | ||
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 |
Method | Description | |
---|---|---|
DiagramPrintDialog ( ) : System | ||
ShowDialog ( ) : DialogResult | ||
ShowDialog ( IWin32Window owner ) : DialogResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLoad ( EventArgs e ) : void |
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ShowDialog ( IWin32Window owner ) : DialogResult | ||
owner | IWin32Window | |
return | DialogResult |