Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Viewers Namespace / QueryViewerControlBoundsEventArgs Class / QueryViewerControlBoundsEventArgs Constructor
The System.Windows.Forms.Control used to view the cell's content.
The Xceed.Grid.Cell whose content is being displayed.
A System.Drawing.Rectangle structure representing the bounds of the control.


In This Topic
    QueryViewerControlBoundsEventArgs Constructor
    In This Topic
    Initializes a new instance of the QueryViewerControlBoundsEventArgs class specifying the cell to be viewed, the control used to view the cell's content, as well as various information required to calculate the control's bounds.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal control As Control, _
       ByVal cell As Cell, _
       ByVal bounds As Rectangle _
    )
    'Usage
     
    Dim control As Control
    Dim cell As Cell
    Dim bounds As Rectangle
     
    Dim instance As New QueryViewerControlBoundsEventArgs(control, cell, bounds)
    public QueryViewerControlBoundsEventArgs( 
       Control control,
       Cell cell,
       Rectangle bounds
    )

    Parameters

    control
    The System.Windows.Forms.Control used to view the cell's content.
    cell
    The Xceed.Grid.Cell whose content is being displayed.
    bounds
    A System.Drawing.Rectangle structure representing the bounds of the control.
    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