Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFSelectAuthentication Methods

  • Last UpdatedNov 18, 2025
  • 11 minute read
AFSelectAuthentication Methods

The AFSelectAuthentication type exposes the following members.

Methods

  NameDescription
Public method
Activate
Activates the form and gives it focus.
(Inherited from Form.)
Public method
AddOwnedForm
Adds an owned form to this form.
(Inherited from Form.)
Public method
BeginInvoke(Delegate)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from Control.)
Public method
BeginInvoke(Delegate, Object)
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
(Inherited from Control.)
Public method
BringToFront
Brings the control to the front of the z-order.
(Inherited from Control.)
Public method
Close
Closes the form.
(Inherited from Form.)
Public method
Contains
Retrieves a value indicating whether the specified control is a child of the control.
(Inherited from Control.)
Public method
CreateControl
Forces the creation of the visible control, including the creation of the handle and any visible child controls.
(Inherited from Control.)
Public method
CreateGraphics
Creates the Graphics for the control.
(Inherited from Control.)
Public method
CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public method
Dispose
Releases all resources used by the Component.
(Inherited from Component.)
Public method
DoDragDrop
Begins a drag-and-drop operation.
(Inherited from Control.)
Public method
DrawToBitmap
Supports rendering to the specified bitmap.
(Inherited from Control.)
Public method
EndInvoke
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
(Inherited from Control.)
Public method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method
FindForm
Retrieves the form that the control is on.
(Inherited from Control.)
Public method
Focus
Sets input focus to the control.
(Inherited from Control.)
Public method
GetChildAtPoint(Point)
Retrieves the child control that is located at the specified coordinates.
(Inherited from Control.)
Public method
GetChildAtPoint(Point, GetChildAtPointSkip)
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
(Inherited from Control.)
Public method
GetContainerControl
Returns the next ContainerControl up the control's chain of parent controls.
(Inherited from Control.)
Public method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method
GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method
GetNextControl
Retrieves the next control forward or back in the tab order of child controls.
(Inherited from Control.)
Public method
GetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from Control.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
Hide
Conceals the control from the user.
(Inherited from Control.)
Public method
InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method
Invalidate
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from Control.)
Public method
Invalidate(Region)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
(Inherited from Control.)
Public method
Invalidate(Boolean)
Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public method
Invalidate(Rectangle)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
(Inherited from Control.)
Public method
Invalidate(Region, Boolean)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public method
Invalidate(Rectangle, Boolean)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public method
Invoke(Delegate)
Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from Control.)
Public method
Invoke(Delegate, Object)
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
(Inherited from Control.)
Public method
LayoutMdi
Arranges the multiple-document interface (MDI) child forms within the MDI parent form.
(Inherited from Form.)
Public method
PerformAutoScale
Performs scaling of the container control and its children.
(Inherited from ContainerControl.)
Public method
PerformLayout
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
Public method
PerformLayout(Control, String)
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
Public method
PointToClient
Computes the location of the specified screen point into client coordinates.
(Inherited from Control.)
Public method
PointToScreen
Computes the location of the specified client point into screen coordinates.
(Inherited from Control.)
Public method
PreProcessControlMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
Public method
PreProcessMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
Public method
RectangleToClient
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from Control.)
Public method
RectangleToScreen
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from Control.)
Public method
Refresh
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from Control.)
Public method
RemoveOwnedForm
Removes an owned form from this form.
(Inherited from Form.)
Public method
ResetBackColor
Resets the BackColor property to its default value.
(Inherited from Control.)
Public method
ResetBindings
Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values.
(Inherited from Control.)
Public method
ResetCursor
Resets the Cursor property to its default value.
(Inherited from Control.)
Public method
ResetFont
Resets the Font property to its default value.
(Inherited from Control.)
Public method
ResetForeColor
Resets the ForeColor property to its default value.
(Inherited from Control.)
Public method
ResetImeMode
Resets the ImeMode property to its default value.
(Inherited from Control.)
Public method
ResetRightToLeft
Resets the RightToLeft property to its default value.
(Inherited from Control.)
Public method
ResetText
Resets the Text property to its default value.
(Inherited from Control.)
Public method
ResumeLayout
Resumes usual layout logic.
(Inherited from Control.)
Public method
ResumeLayout(Boolean)
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from Control.)
Public method
Scale(Single) Obsolete.
Scales the control and any child controls.
(Inherited from Control.)
Public method
Scale(SizeF)
Scales the control and all child controls by the specified scaling factor.
(Inherited from Control.)
Public method
Scale(Single, Single) Obsolete.
Scales the entire control and any child controls.
(Inherited from Control.)
Public method
ScrollControlIntoView
Scrolls the specified child control into view on an auto-scroll enabled control.
(Inherited from ScrollableControl.)
Public method
Select
Activates the control.
(Inherited from Control.)
Public method
SelectNextControl
Activates the next control.
(Inherited from Control.)
Public method
SendToBack
Sends the control to the back of the z-order.
(Inherited from Control.)
Public method
SetAutoScrollMargin
Sets the size of the auto-scroll margins.
(Inherited from ScrollableControl.)
Public method
SetBounds(Int32, Int32, Int32, Int32)
Sets the bounds of the control to the specified location and size.
(Inherited from Control.)
Public method
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
Sets the specified bounds of the control to the specified location and size.
(Inherited from Control.)
Public method
SetDesktopBounds
Sets the bounds of the form in desktop coordinates.
(Inherited from Form.)
Public method
SetDesktopLocation
Sets the location of the form in desktop coordinates.
(Inherited from Form.)
Public method
Show
Displays the control to the user.
(Inherited from Control.)
Public method
Show(IWin32Window)
Shows the form with the specified owner to the user.
(Inherited from Form.)
Public method
ShowDialog
Shows the form as a modal dialog box.
(Inherited from Form.)
Public method
ShowDialog(IWin32Window)
Shows the form as a modal dialog box with the specified owner.
(Inherited from Form.)
Public methodStatic member
ShowDialog(IWin32Window, PISystem, Boolean)
Show the prompt to select PIAuthenticationMode to connect to a PISystem.
Public methodStatic member
ShowDialog(IWin32Window, PIServer, Boolean, Boolean, Boolean)
Show the prompt to select PIAuthenticationMode to connect to a PIServer.
Public method
SuspendLayout
Temporarily suspends the layout logic for the control.
(Inherited from Control.)
Public method
ToString
Gets a string representing the current instance of the form.
(Inherited from Form.)
Public method
Update
Causes the control to redraw the invalidated regions within its client area.
(Inherited from Control.)
Public method
Validate
Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order.
(Inherited from ContainerControl.)
Public method
Validate(Boolean)
Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on.
(Inherited from ContainerControl.)
Public method
ValidateChildren
Causes all of the child controls within a control that support validation to validate their data.
(Inherited from Form.)
Public method
ValidateChildren(ValidationConstraints)
Causes all of the child controls within a control that support validation to validate their data.
(Inherited from Form.)

See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in