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

File:PasteSourceCodeForm
Purpose:Provides an user interface to paste ABL source code from the
clipboard
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Sep 20 22:25:58 CEST 2012



Top Method Summary
Options Name Purpose
InitializeComponent ()
OnShown (EventArgs) Raises the Shown event
ultraTextEditor1_DragDrop (Object, DragEventArgs) Event handler for the DragDrop event of the ultraTextEditor1 instance
ultraTextEditor1_DragEnter (Object, DragEventArgs) Event handler for the DragEnter event of the ultraTextEditor1 instance
ultraTextEditor1_KeyDown (Object, KeyEventArgs) Event handler for the KeyDwown event of the ultraTextEditor1 instance
ultraTextEditor1_TextChanged (Object, EventArgs) Event handler for the TextChanged event of the ultraTextEditor1 instance

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

Top Property Summary
Options Name Purpose
LONGCHAR CodeBlock


Method Detail
Top

InitializeComponent ()


Top

OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

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

ultraTextEditor1_DragDrop (Object, DragEventArgs)

Purpose: Event handler for the DragDrop event of the ultraTextEditor1 instance
Notes:

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

ultraTextEditor1_DragEnter (Object, DragEventArgs)

Purpose: Event handler for the DragEnter event of the ultraTextEditor1 instance
Notes:

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

ultraTextEditor1_KeyDown (Object, KeyEventArgs)

Purpose: Event handler for the KeyDwown event of the ultraTextEditor1 instance
Notes:

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

ultraTextEditor1_TextChanged (Object, EventArgs)

Purpose: Event handler for the TextChanged event of the ultraTextEditor1 instance
Notes:

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

PasteSourceCodeForm ()

Purpose: Constructor for the PasteSourceCodeForm class
Notes:



Property Detail
Top

LONGCHAR CodeBlock


Returns LONGCHAR


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