[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Erweitert die Klasse UserControl um KeyPreview-Fähigkeit.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public class ExtendedUserControl : UserControl
Visual Basic
Public Class ExtendedUserControl _
	Inherits UserControl
F#
type ExtendedUserControl =  
    class
        inherit UserControl
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              DynamicNode.Ext.Visual..::..ExtendedUserControl
                DynamicNode.Ext.Visual..::..EditorControl

See Also