C# Class Terrarium.Client.Block

Creates a new multi-monitor blocking form. This blocks off non-primary monitors when running as as screen saver
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: eugeniomiro/Terrarium Class Usage Examples

Private Methods

Méthode Description
Block ( ) : System.Drawing

Create a new Block Form that represents the primary screen.

BlockScreens ( Screen primary ) : void

Enumerates screens and creates an instance of Block for all screens other than primary. Primary is usually the screen that the screen saver will run on.

InitializeComponent ( ) : void