ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / C1RulesManager Class / SetC1RulesManager Method
このオブジェクトに C1RulesManager を設定します。
C1RulesManager。

In This Topic
    SetC1RulesManager Method
    In This Topic
    このオブジェクトに条件付き書式設定を適用する C1RulesManager を設定します。
    Syntax
    'Declaration
     
    
    Public Sub SetC1RulesManager( _
       ByVal control As Object, _
       ByVal manager As C1RulesManager _
    ) 
    public void SetC1RulesManager( 
       object control,
       C1RulesManager manager
    )

    Parameters

    control
    このオブジェクトに C1RulesManager を設定します。
    manager
    C1RulesManager。
    Exceptions
    ExceptionDescription
    The exception that is thrown when one of the arguments provided to a method is not valid.
    See Also