Class | Description | |
---|---|---|
BaseActionElement | Allows to customize ribbon items displayed in C1FlexViewer. | |
ButtonActionElement | Represents a button element. | |
C1FlexViewer | Represents a document viewer control with ribbon, viewer pane, and status bar. | |
C1FlexViewerDialog | Represents a C1RibbonForm with C1FlexViewer control on it. | |
C1FlexViewerPane | Represents a control showing the preview of the associated document. | |
C1FlexViewerPane.BusySection | Helper 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... }. | |
ContextMenuElements | Represents a set of elements displayed in the context menu. | |
ContextMenuPopupEventArgs | Provides data for the C1FlexViewerPane.ContextMenuPopup event. | |
CustomCursors | Holds the custom cursors used by C1FlexViewerPane. | |
HyperlinkClickedEventArgs | Provides data for the C1FlexViewerPane.HyperlinkClicked event. | |
HyperlinkHoveredEventArgs | Provides data for the C1FlexViewerPane.HyperlinkHovered event. | |
LabelActionElement | Represents a toggle RibbonButton element. | |
MiscStrings | Specifies the UI strings used by C1FlexViewer and C1FlexViewerPane controls. | |
OperationErrorEventArgs | Provides data for the C1FlexViewerPane.OperationError event. | |
OutlineClickedEventArgs | Provides data for the C1FlexViewerPane.OutlineClicked event. | |
ParameterStrings | Specifies the UI strings displayed on the Parameters panel in C1FlexViewerPane. | |
RibbonActionGroup | Represents a customizable item for RibbonGroup. | |
RibbonElements | Represents a set of elements displayed in Ribbon. | |
RibbonGroups | Represents a set of Ribbon groups. | |
SearchBarElements | Represents a set of elements displayed in SearchBar. | |
StatusBarElements | Represents a set of elements displayed in Ribbon. | |
TextBoxActionElement | Represents a text box element. | |
ToolBarElements | Represents a set of elements displayed in Ribbon toolbar. | |
UserFlexViewerActionEventArgs | Provides data for the C1FlexViewer.UserAction event. | |
ZoomDialogStrings | Specifies the UI strings for the Zoom dialog. |