Namespace: Consultingwerk.BusinessEntityDesigner.UI
Class 
CopyFieldsForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Forms.BaseForm
Implements: Consultingwerk.Forms.IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasSecurityKey

File:CopyFieldsForm
Purpose:Allows to copy field names to the windows clipboard
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Jan 15 08:28:55 CET 2016



Top Method Summary
Options Name Purpose
btnCopy_Click (Object, EventArgs) Event handler for the Click event of the btnCopy_Click
InitializeComponent ()
OnLoad (EventArgs) Raises the Load event
PopulateFields () Populates the List View with Field Names
ultraButton1_Click (Object, EventArgs) Event handler for the Click event of the ultraButton1
ultraButton2_Click (Object, EventArgs) Event handler for the Click event of the ultraButton2
ultraButton3_Click (Object, EventArgs) Event handler for the Click event of the ultraButton3

Top Constructor Summary
Options Name Purpose
CopyFieldsForm () Constructor for the CopyFieldsForm class

Top Property Summary
Options Name Purpose
HANDLE BufferHandle
CHARACTER TableName


Method Detail
Top

btnCopy_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the btnCopy_Click
Notes: Copies selected fields to the clipboard

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

InitializeComponent ()


Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PopulateFields ()

Purpose: Populates the List View with Field Names
Notes:

Top

ultraButton1_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the ultraButton1
Notes: Selects all Items

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraButton2_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the ultraButton2
Notes: Deselects all Items

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraButton3_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the ultraButton3
Notes: Inverts the current item selection

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event


Constructor Detail
Top

CopyFieldsForm ()

Purpose: Constructor for the CopyFieldsForm class
Notes:



Property Detail
Top

HANDLE BufferHandle


Returns HANDLE
Top

CHARACTER TableName


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:20:54