ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / C1RulesManager Class / GetC1RulesManager Method
このオブジェクトのために C1RulesManager を取得します。

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

    Parameters

    control
    このオブジェクトのために C1RulesManager を取得します。

    Return Value

    C1RulesManager。
    See Also