ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / Bookmark Property

In This Topic
    Bookmark Property (C1Combo)
    In This Topic
    Returns or sets the bookmark identifying the current row in the list.
    Syntax
    'Declaration
     
    
    Public Property Bookmark As Integer
    public int Bookmark {get; set;}
    See Also