C# 클래스 Com.Aote.Controls.PrintObj

상속: System.Windows.FrameworkElement, IAsyncObject
파일 보기 프로젝트 열기: DuBin1988/restv2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ErrorProperty System.Windows.DependencyProperty
IsPrintProperty System.Windows.DependencyProperty
StateProperty System.Windows.DependencyProperty
isBusy bool

공개 메소드들

메소드 설명
OnCompleted ( AsyncCompletedEventArgs args ) : void
OnPrinting ( ) : void
OnPropertyChanged ( string info ) : void
OnTipCompleted ( AsyncCompletedEventArgs args ) : void
Print ( ) : void
TipNoPrint ( ) : void

提示方法,提示完发送通知,手动调用打印

TipPrint ( ) : void

비공개 메소드들

메소드 설명
CustomPagePrint ( ) : void
OnIsPrintChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void

메소드 상세

OnCompleted() 공개 메소드

public OnCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
리턴 void

OnPrinting() 공개 메소드

public OnPrinting ( ) : void
리턴 void

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string info ) : void
info string
리턴 void

OnTipCompleted() 공개 메소드

public OnTipCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
리턴 void

Print() 공개 메소드

public Print ( ) : void
리턴 void

TipNoPrint() 공개 메소드

提示方法,提示完发送通知,手动调用打印
public TipNoPrint ( ) : void
리턴 void

TipPrint() 공개 메소드

public TipPrint ( ) : void
리턴 void

프로퍼티 상세

ErrorProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ErrorProperty
리턴 System.Windows.DependencyProperty

IsPrintProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsPrintProperty
리턴 System.Windows.DependencyProperty

StateProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows StateProperty
리턴 System.Windows.DependencyProperty

isBusy 공개적으로 프로퍼티

是否正忙于工作
public bool isBusy
리턴 bool