Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandMdiList Class / UserData Property

In This Topic
    UserData Property (C1CommandMdiList)
    In This Topic
    Arbitrary data that can be associated with the command.
    Syntax
    'Declaration
     
    
    Public Property UserData As Object
    public object UserData {get; set;}
    See Also