PrintDocument for WinForms | ComponentOne
C1.Win.RibbonPreview.4.5.2 Assembly / C1.Win.RibbonPreview Namespace / C1RibbonPreview Class / ActionIsEnabled Method

In This Topic
    ActionIsEnabled Method (C1RibbonPreview)
    In This Topic
    Returns True if the specified action can be executed.
    Syntax
    'Declaration
     
    Public Function ActionIsEnabled( _
       ByVal action As RibbonPreviewAction _
    ) As Boolean
    public bool ActionIsEnabled( 
       RibbonPreviewAction action
    )

    Parameters

    action
    See Also