C# Class Flowframes.Ui.ControlExtensions

Exibir arquivo Open project: n00mkrad/flowframes

Public Methods

Method Description
Resume ( Control control ) : void
Suspend ( Control control ) : void

Private Methods

Method Description
LockWindowUpdate ( IntPtr hWndLock ) : bool

Method Details

Resume() public static method

public static Resume ( Control control ) : void
control Control
return void

Suspend() public static method

public static Suspend ( Control control ) : void
control Control
return void