ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / C1RulesManager Class / GetC1RulesManager Method
The object to get the C1RulesManager for.

In This Topic
    GetC1RulesManager Method (C1RulesManager)
    In This Topic
    Gets the C1RulesManager that will apply conditional formatting for this object.
    Syntax
    'Declaration
     
    
    Public Function GetC1RulesManager( _
       ByVal control As Object _
    ) As C1RulesManager
    public C1RulesManager GetC1RulesManager( 
       object control
    )

    Parameters

    control
    The object to get the C1RulesManager for.

    Return Value

    The C1RulesManager.
    See Also