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


In This Topic
    NDataGridViewProgressBarCell Class
    In This Topic
    Object Model
    NDataGridViewProgressBarCell Class
    Syntax
    'Declaration
     
    
    <System.Drawing.ToolboxBitmapAttribute(Nevron.Presentation.NToolboxBitmapResolver, "UI.WinForm.Controls.Resources.ToolboxBitmaps.NProgressBar.bmp")>
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.ComponentModel.TypeConverterAttribute(System.Windows.Forms.DataGridViewCellConverter)>
    Public Class NDataGridViewProgressBarCell 
       Inherits System.Windows.Forms.DataGridViewTextBoxCell
    'Usage
     
    
    Dim instance As NDataGridViewProgressBarCell
    [System.Drawing.ToolboxBitmap(Nevron.Presentation.NToolboxBitmapResolver, "UI.WinForm.Controls.Resources.ToolboxBitmaps.NProgressBar.bmp")]
    [System.ComponentModel.ToolboxItem(false)]
    [System.ComponentModel.TypeConverter(System.Windows.Forms.DataGridViewCellConverter)]
    public class NDataGridViewProgressBarCell : System.Windows.Forms.DataGridViewTextBoxCell 
    Inheritance Hierarchy

    System.Object
       System.Windows.Forms.DataGridViewElement
          System.Windows.Forms.DataGridViewCell
             System.Windows.Forms.DataGridViewTextBoxCell
                Nevron.UI.WinForm.Controls.NDataGridViewProgressBarCell

    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