Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / VisualGridElement Class / Capture Property


In This Topic
    Capture Property
    In This Topic
    Gets or sets a boolean value indicating if the grid element will receive all mouse events.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property Capture As Boolean
    'Usage
     
    Dim instance As VisualGridElement
    Dim value As Boolean
     
    instance.Capture = value
     
    value = instance.Capture
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public bool Capture {get; set;}

    Property Value

    true if the grid element receives all mouse events; false otherwise.
    Remarks

    Note that setting Capture will also set the grid's System.Windows.Forms.Control.Capture property.

    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