Class FinTanBeamerForm
Standard Form for displaying the animated graphic of the optic TAN procedure.
public class FinTanBeamerForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
FinTanBeamerForm
- Implements
- Inherited Members
Remarks
This Form uses the FinTanBeamerControl in order to display the animated graphic required for the optic TAN procedure. In addition is provides controls for scaling and rotating the animation which is needed in order to adjust the image to the physical screen and HHD dimensions. Finally, the size and rotation is stored in the registry as a non-roaming setting. This eliminates the need for re-adjusting the animation each time a TAN is needed.
By default the Form is always created at the very top left of the desktop area. If the user moves the Form, its new position is not stored, thus it will come up again and again at the top left corner. A calling application may, however, explicitly set the location of the Form before showing it.
Constructors
FinTanBeamerForm()
public FinTanBeamerForm()
Properties
ChallengeHHDUC
public FinChallengeHHDUC ChallengeHHDUC { get; set; }
Property Value
Methods
OnDeactivate(EventArgs)
protected override void OnDeactivate(EventArgs e)