Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectedItem Class / Select Method
The selection status

In This Topic
    Select Method (ViewportLayout.SelectedItem)
    In This Topic
    Selects or unselects the item instance.
    Syntax
    'Declaration
     
    Public Overridable Sub Select( _
       ByVal viewportLayout1 As ViewportLayout, _
       ByVal select As Boolean _
    ) 
    public virtual void Select( 
       ViewportLayout viewportLayout1,
       bool select
    )

    Parameters

    viewportLayout1
    select
    The selection status
    See Also