C# 클래스 DevExpress.OutlookInspiredApp.Win.ReportPrintControl

상속: XtraUserControl
파일 보기 프로젝트 열기: sethjuarez/DevAV

공개 메소드들

메소드 설명
ReportPrintControl ( ) : System
SetSettings ( Control control ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
FindPrinterItem ( string value ) : PrinterItem
InitializeComponent ( ) : void

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

LookAndFeel_StyleChanged ( object sender, EventArgs e ) : void
RaisePrintClick ( ) : void
RaisePrintOptionsClick ( ) : void
btnOptions_Click ( object sender, EventArgs e ) : void
btnPrint_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

ReportPrintControl() 공개 메소드

public ReportPrintControl ( ) : System
리턴 System

SetSettings() 공개 메소드

public SetSettings ( Control control ) : void
control System.Windows.Forms.Control
리턴 void