ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / C1RulesManager Class / SetC1RulesManager Method
The object on which to set the C1RulesManager.
The C1RulesManager.

In This Topic
    SetC1RulesManager Method (C1RulesManager)
    In This Topic
    Sets the C1RulesManager that will apply conditional formatting for this object.
    Syntax
    'Declaration
     
    
    Public Sub SetC1RulesManager( _
       ByVal control As Object, _
       ByVal manager As C1RulesManager _
    ) 
    public void SetC1RulesManager( 
       object control,
       C1RulesManager manager
    )

    Parameters

    control
    The object on which to set the C1RulesManager.
    manager
    The C1RulesManager.
    Exceptions
    ExceptionDescription
     
    See Also