Namespace: Consultingwerk.Windows
Interface 
ITabOrderManager Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Windows.TabOrderManager

File:ITabOrderManager
Purpose:Interface ITabOrderManager
Author(s):Mike Fechner
Created:07.04.2023 21:42:39



Top Method Summary
Options Name Purpose
+ AddTabOrder (Form, handle, character, handle, character) Adds a custom tab order
+ AddTabOrder (Form, handle, character, Control, character) Adds a custom tab order
+ AddTabOrder (Form, handle, handle) Adds a custom tab order
+ AddTabOrder (Form, handle, Control) Adds a custom tab order
+ AddTabOrder (Form, integer, character, integer, character) Adds a custom tab order
+ AddTabOrder (Form, integer, character, IntPtr, character) Adds a custom tab order
+ AddTabOrder (Form, integer, integer) Adds a custom tab order
+ AddTabOrder (Form, integer, IntPtr) Adds a custom tab order
+ AddTabOrder (Form, IntPtr, character, integer, character) Adds a custom tab order
+ AddTabOrder (Form, IntPtr, character, IntPtr, character) Adds a custom tab order
+ AddTabOrder (Form, IntPtr, integer) Adds a custom tab order
+ AddTabOrder (Form, IntPtr, IntPtr) Adds a custom tab order
+ AddTabOrder (Form, Control, character, handle, character) Adds a custom tab order
+ AddTabOrder (Form, Control, character, Control, character) Adds a custom tab order
+ AddTabOrder (Form, Control, handle) Adds a custom tab order
+ AddTabOrder (Form, Control, Control) Adds a custom tab order
+ Clear (Form) Clears the Tab Order registration for a form

Top Property Summary
Options Name Purpose
+ CHARACTER LogfileName


Method Detail
Top

PUBLIC AddTabOrder (Form, handle, character, handle, character)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
phFrom HANDLE
The source widget
pcFromName CHARACTER
The name of the source widget
phTo HANDLE
The target widget
pcToName CHARACTER
The name of the target widget
Top

PUBLIC AddTabOrder (Form, handle, character, Control, character)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
phFrom HANDLE
The source widget
pcFromName CHARACTER
The name of the source widget
poTo System.Windows.Forms.Control
The target Control
pcToName CHARACTER
The name of the target widget
Top

PUBLIC AddTabOrder (Form, handle, handle)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
phFrom HANDLE
The source widget
phTo HANDLE
The target widget
Top

PUBLIC AddTabOrder (Form, handle, Control)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
phFrom HANDLE
The source widget
poTo System.Windows.Forms.Control
The target Control
Top

PUBLIC AddTabOrder (Form, integer, character, integer, character)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
piHwndFrom INTEGER
The source widget
pcFromName CHARACTER
The name of the source widget
piHwndTo INTEGER
The target widget
pcToName CHARACTER
The name of the target widget
Top

PUBLIC AddTabOrder (Form, integer, character, IntPtr, character)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
piHwndFrom INTEGER
The source widget
pcFromName CHARACTER
The name of the source widget
poIntPtrTo System.IntPtr
The target Control
pcToName CHARACTER
The name of the target widget
Top

PUBLIC AddTabOrder (Form, integer, integer)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
piHwndFrom INTEGER
The source widget
piHwndTo INTEGER
The target widget
Top

PUBLIC AddTabOrder (Form, integer, IntPtr)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
piHwndFrom INTEGER
The source widget
poIntPtrTo System.IntPtr
The target Control
Top

PUBLIC AddTabOrder (Form, IntPtr, character, integer, character)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
poIntPtrFrom System.IntPtr
The source Control
pcFromName CHARACTER
The name of the source widget
piHwndTo INTEGER
The target widget
pcToName CHARACTER
The name of the target widget
Top

PUBLIC AddTabOrder (Form, IntPtr, character, IntPtr, character)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
poIntPtrFrom System.IntPtr
The source Control
pcFromName CHARACTER
The name of the source widget
poIntPtrTo System.IntPtr
The target Control
pcToName CHARACTER
The name of the target widget
Top

PUBLIC AddTabOrder (Form, IntPtr, integer)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
poIntPtrFrom System.IntPtr
The source Control
piHwndTo INTEGER
The target widget
Top

PUBLIC AddTabOrder (Form, IntPtr, IntPtr)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
poIntPtrFrom System.IntPtr
The source Control
poIntPtrTo System.IntPtr
The target Control
Top

PUBLIC AddTabOrder (Form, Control, character, handle, character)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
poFrom System.Windows.Forms.Control
The source Control
pcFromName CHARACTER
The name of the source widget
phTo HANDLE
The target widget
pcToName CHARACTER
The name of the target widget
Top

PUBLIC AddTabOrder (Form, Control, character, Control, character)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
poFrom System.Windows.Forms.Control
The source Control
pcFromName CHARACTER
The name of the source widget
poTo System.Windows.Forms.Control
The target Control
pcToName CHARACTER
The name of the target widget
Top

PUBLIC AddTabOrder (Form, Control, handle)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
poFrom System.Windows.Forms.Control
The source Control
phTo HANDLE
The target widget
Top

PUBLIC AddTabOrder (Form, Control, Control)

Purpose: Adds a custom tab order
Notes:

Parameters:
poForm System.Windows.Forms.Form
The parent Form
poFrom System.Windows.Forms.Control
The source Control
poTo System.Windows.Forms.Control
The target Control
Top

PUBLIC Clear (Form)

Purpose: Clears the Tab Order registration for a form
Notes:

Parameters:
poForm System.Windows.Forms.Form
The Form to clear the TabOrder for


Property Detail
Top

PUBLIC CHARACTER LogfileName


Returns CHARACTER


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:25:02