Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewAction Class / Tag Property

In This Topic
    Tag Property (C1PreviewAction)
    In This Topic
    Gets the tag string corresponding to the current action. This string (assigned to the System.Windows.Forms.Control.Tag) identifies UI elements (such as toolbar buttons) associated with the current action.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tag As String
    public string Tag {get;}
    See Also