C# 클래스 ComponentFactory.Krypton.Toolkit.ScreenObscurer

상속: IDisposable
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
Cover ( Control c ) : void

Use the obscurer to cover the provided control.

Cover ( Form f ) : void

Use the obscurer to cover the provided control.

Dispose ( ) : void

Hide the obscurer from display.

ScreenObscurer ( ) : System

Initialize a new instance of the ControlObscurer class.

ScreenObscurer ( Control c, bool designMode ) : System

Initialize a new instance of the ControlObscurer class.

ScreenObscurer ( Form f, bool designMode ) : System

Initialize a new instance of the ControlObscurer class.

Uncover ( ) : void

If covering an area then uncover it now.

메소드 상세

Cover() 공개 메소드

Use the obscurer to cover the provided control.
public Cover ( Control c ) : void
c System.Windows.Forms.Control Control to obscure.
리턴 void

Cover() 공개 메소드

Use the obscurer to cover the provided control.
public Cover ( Form f ) : void
f System.Windows.Forms.Form Form to obscure.
리턴 void

Dispose() 공개 메소드

Hide the obscurer from display.
public Dispose ( ) : void
리턴 void

ScreenObscurer() 공개 메소드

Initialize a new instance of the ControlObscurer class.
public ScreenObscurer ( ) : System
리턴 System

ScreenObscurer() 공개 메소드

Initialize a new instance of the ControlObscurer class.
public ScreenObscurer ( Control c, bool designMode ) : System
c System.Windows.Forms.Control Control to obscure.
designMode bool Is the source in design mode.
리턴 System

ScreenObscurer() 공개 메소드

Initialize a new instance of the ControlObscurer class.
public ScreenObscurer ( Form f, bool designMode ) : System
f System.Windows.Forms.Form Form to obscure.
designMode bool Is the source in design mode.
리턴 System

Uncover() 공개 메소드

If covering an area then uncover it now.
public Uncover ( ) : void
리턴 void