I\'m currently creating a silent print module. The current control I\'m using is, it\'s making sure that the control handle is already created (IsHandleCreated)
IsHandleCreated
You have to access the Handle property (put the result in a dummy variable or something). Look in Reflector; it forces handle creation.