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


In This Topic
    C1PreviewAction Class Members
    In This Topic

    The following tables list the members exposed by C1PreviewAction.

    Public Properties
     NameDescription
    Public PropertyGets the C1PreviewActionEnum value corresponding to the current action.  
    Public PropertyGets the combination of C1PreviewActionFlags associated with the current action.  
    Public PropertyGets the image corresponding to the current action.  
    Public PropertyGets 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.  
    Public PropertyGets the text corresponding to the current action.  
    Public PropertyGets the tooltip corresponding to the current action.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Retrieves the combination of C1PreviewActionFlags for the specified action.  
    Public Methodstatic (Shared in Visual Basic)Returns a C1PreviewActionEnum value corresponding to a tag string associated with a UI element. When C1PrintPreviewControl's UI elements (such as toolbar items) are created, their System.Windows.Forms.Control.Tag properties are assigned predefined strings that determine actions performed when those elements are invoked. This method allows to find out the specific action associated with a tag.  
    Public Methodstatic (Shared in Visual Basic)Creates a C1PreviewAction object corresponding to the specified action, using the ImageSetEnum.Classic image set.  
    Public Methodstatic (Shared in Visual Basic)Creates a C1PreviewAction object corresponding to the specified string tag value (see ActionFromTag for details).  
    Public Methodstatic (Shared in Visual Basic)Gets one of the predefined images representing the specified action.  
    Top
    See Also