FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewerToolFrameContent Enumeration

In This Topic
    FlexViewerToolFrameContent Enumeration
    In This Topic
    Indicates which content should be displayed in the tool frame.
    Syntax
    'Declaration
     
    Public Enum FlexViewerToolFrameContent 
       Inherits System.Enum
    public enum FlexViewerToolFrameContent : System.Enum 
    Members
    MemberDescription
    NoneThe tool frame is not displayed.
    OutlinesThe Outlines panel is shown in the tool frame.
    PageSettingsThe Page Settings panel is shown in the tool frame.
    ParametersThe Parameters panel is shown in the tool frame.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Viewer.FlexViewerToolFrameContent

    See Also