FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / FlexViewerAction Enumeration

In This Topic
    FlexViewerAction Enumeration
    In This Topic
    Defines the supported actions for a C1FlexViewer.
    Syntax
    'Declaration
     
    Public Enum FlexViewerAction 
       Inherits System.Enum
    public enum FlexViewerAction : System.Enum 
    Members
    MemberDescription
    CloseSearchHide search toolbar.
    CopyTextCopy selected text.
    DeselectAllDeselect all text.
    ExpandRibbonRestore the Ribbon.
    ExportExport button.
    FindTextShow search toolbar.
    FindTextToolFind Text tool.
    FirstPageGo to the first page button.
    HandToolHand tool.
    LandscapeLandscape page orientation.
    LastPageGo to the last page button.
    MatchCaseMatch case.
    MatchWholeWordMatch whole word.
    MinimizeRibbonCollapse the Ribbon.
    NavigateBackNavigate to the previous view.
    NavigateForwardNavigate to the next view.
    NextPageGo to the next page button.
    NoneNo action.
    OutlinesOutline panel.
    PageCountLabelTotal page count label ("of {0}").
    PageNumberBoxPage number label ("Page") and text box.
    PageSetsSwitches to Page Sets navigation for the non-continuous mode.
    PageSetupPage setup button.
    PageViewContinuousContinuous page view button.
    PageViewSingleSingle page view button.
    PageViewTwoUpTwo pages view button.
    PageViewTwoUpContinuousContinuous two pages view button.
    PageWidthZoom to page width.
    ParametersReport parameters.
    PortraitPortrait page orientation.
    PrevPageGo to the previous page button.
    PrintDocument print button.
    PrintLayoutPrint layout mode.
    ProgressBarProgress bar in status.
    RefreshRefresh/reflow the report.
    RotateClockwiseRotate clockwise button.
    RotateCounterClockwiseRotate counter-clockwise button.
    SearchBarSeparatorA separator displayed in Search Bar.
    SearchNextFind the next occurrence.
    SearchOnCurrentPageLimit search to the current page.
    SearchPrevFind the previous occurrence.
    SearchTextBoxFind label ("Find:") and text box.
    SelectAllSelect all text.
    SelectTextToolText select tool.
    StatusLabelStatus label.
    StopLoadingStop loading paginated content.
    ThumbnailsThumbnail view.
    WholePageZoom to whole page.
    Zoom100Zoom 100%.
    ZoomInZoom in button.
    ZoomLevelZoom level dialog.
    ZoomOutZoom out button.
    ZoomTrackZoom track bar.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexViewer.FlexViewerAction

    See Also