FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.6 Assembly / C1.Win.FlexViewer Namespace
Inheritance Hierarchy
In This Topic
    C1.Win.FlexViewer Namespace (C1.Win.FlexViewer.6)
    In This Topic
    Classes
     ClassDescription
    ClassAllows to customize ribbon items displayed in C1FlexViewer.
    ClassRepresents a button element.
    ClassRepresents a document viewer control with ribbon, viewer pane, and status bar.
    ClassRepresents a C1RibbonForm with C1FlexViewer control on it.
    ClassRepresents a control showing the preview of the associated document.
    ClassHelper class providing a busy section for a C1FlexViewerPane, raising the C1FlexViewerPane.Busy flag in its constructor, and lowering it in the Dispose method.

    Usage:

    using (new busy = BusySection(flexViewerPane)) { ..code... }.
    ClassRepresents a set of elements displayed in the context menu.
    ClassProvides data for the C1FlexViewerPane.ContextMenuPopup event.
    ClassHolds the custom cursors used by C1FlexViewerPane.
    ClassProvides data for the C1FlexViewerPane.HyperlinkClicked event.
    ClassProvides data for the C1FlexViewerPane.HyperlinkHovered event.
    ClassRepresents a toggle RibbonButton element.
    ClassSpecifies the UI strings used by C1FlexViewer and C1FlexViewerPane controls.
    ClassProvides data for the C1FlexViewerPane.OperationError event.
    ClassProvides data for the C1FlexViewerPane.OutlineClicked event.
    ClassSpecifies the UI strings displayed on the Parameters panel in C1FlexViewerPane.
    ClassRepresents a customizable item for RibbonGroup.
    ClassRepresents a set of elements displayed in Ribbon.
    ClassRepresents a set of Ribbon groups.
    ClassRepresents a set of elements displayed in SearchBar.
    ClassRepresents a set of elements displayed in Ribbon.
    ClassRepresents a text box element.
    ClassRepresents a set of elements displayed in Ribbon toolbar.
    ClassProvides data for the C1FlexViewer.UserAction event.
    ClassSpecifies the UI strings for the Zoom dialog.
    Interfaces
     InterfaceDescription
    InterfaceEncapsulates a scroll position of C1FlexViewerPane.
    Enumerations
     EnumerationDescription
    EnumerationDefines the supported actions for a C1FlexViewer.
    EnumerationDescribes the content alignment for the non-paginated mode.
    EnumerationDescribes the operation being executed when the error occurred.
    EnumerationDescribes the alignment for the Outlines and Parameters panels.
    EnumerationSpecifies the view rotation angle.
    EnumerationSpecifies the direction of scrolling for the Thumbnails view.
    EnumerationDescribes the output data format of the ExportToXps method of C1FlexViewerPane.
    EnumerationDescribes the supported zoom modes of C1FlexViewerPane control.
    See Also