Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandLink Class / DefaultItem Property

In This Topic
    DefaultItem Property
    In This Topic
    Gets or sets a value indicating whether this item is default in a dropdown or context menu.
    Syntax
    'Declaration
     
    
    Public Property DefaultItem As Boolean
    public bool DefaultItem {get; set;}
    See Also