FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewer Class / ActionIsToggled Method

In This Topic
    ActionIsToggled Method (C1FlexViewer)
    In This Topic
    Returns True if the button for the specified action should appear in Pressed state.
    Syntax
    'Declaration
     
    Public Function ActionIsToggled( _
       ByVal action As FlexViewerAction _
    ) As Boolean
    public bool ActionIsToggled( 
       FlexViewerAction action
    )

    Parameters

    action
    See Also