Class FinTanBeamerForm
Standard Form for displaying the animated graphic of the optic TAN procedure.
Inheritance
Implements
Inherited Members
Namespace: Subsembly.FinTS.Forms
Assembly: Subsembly.FinTS.Win32.dll
Syntax
public class FinTanBeamerForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
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()
Declaration
public FinTanBeamerForm()
Properties
ChallengeHHDUC
Declaration
public FinChallengeHHDUC ChallengeHHDUC { get; set; }
Property Value
Type | Description |
---|---|
FinChallengeHHDUC |
Methods
OnDeactivate(EventArgs)
Declaration
protected override void OnDeactivate(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |