Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLightUIElement Class
Members


In This Topic
    NLightUIElement Class
    In This Topic
    Represents a basic UI element which has bounds, may be painted and may intercept user input.
    Object Model
    NLightUIElement Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Controls.NLightUIItem)>
    <System.SerializableAttribute()>
    Public MustInherit Class NLightUIElement 
       Inherits NLightUIObject
       Implements Nevron.INReferenceHolder, INInputTarget 
    'Usage
     
    
    Dim instance As NLightUIElement
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Controls.NLightUIItem)]
    [System.Serializable()]
    public abstract class NLightUIElement : NLightUIObject, Nevron.INReferenceHolder, INInputTarget  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WinForm.Controls.NLightUIObject
          Nevron.UI.WinForm.Controls.NLightUIElement

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also