C# Class ComponentFactory.Krypton.Toolkit.ScreenObscurer

Inheritance: IDisposable
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Cover() public méthode

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

Cover() public méthode

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

Dispose() public méthode

Hide the obscurer from display.
public Dispose ( ) : void
Résultat void

ScreenObscurer() public méthode

Initialize a new instance of the ControlObscurer class.
public ScreenObscurer ( ) : System
Résultat System

ScreenObscurer() public méthode

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.
Résultat System

ScreenObscurer() public méthode

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.
Résultat System

Uncover() public méthode

If covering an area then uncover it now.
public Uncover ( ) : void
Résultat void