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


In This Topic
    NTab Class
    In This Topic
    Represents a tab in a NTabStrip control.
    Object Model
    NTab Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(Nevron.UI.WinForm.Controls.NTabTypeConverter)>
    <System.SerializableAttribute()>
    Public Class NTab 
       Implements Nevron.Globalization.INLocalizable, INImageListProvider 
    'Usage
     
    
    Dim instance As NTab
    [System.ComponentModel.TypeConverter(Nevron.UI.WinForm.Controls.NTabTypeConverter)]
    [System.Serializable()]
    public class NTab : Nevron.Globalization.INLocalizable, INImageListProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WinForm.Controls.NTab
          Nevron.UI.WinForm.Controls.NTabSeparator

    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