FarPoint.Win
ElementControl Class
Members  See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : ElementControl Class


Represents a control element.

Object Model





Syntax

Visual Basic (Declaration) 
Public Class ElementControl 
   Inherits Control
   Implements IElement 
Visual Basic (Usage)Copy Code
Dim instance As ElementControl
C# 
public class ElementControl : Control, IElement  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            FarPoint.Win.ElementControl
               FarPoint.Win.SuperEditBase

See Also