Register() public static méthode

Enables MessageBoxManager functionality
MessageBoxManager functionality is enabled on current thread only. Each thread that needs MessageBoxManager functionality has to call this method.
public static Register ( ) : void
Résultat void
 static RtlMessageBox()
 {
     MessageBoxManager.Register();
 }