ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / ViewOptions Class / IsStopIfTrueVisible Property

In This Topic
    IsStopIfTrueVisible Property (ViewOptions)
    In This Topic
    A value indicating whether the StopIfTrue check box is visible in the rule editor.
    Syntax
    'Declaration
     
    
    Public Property IsStopIfTrueVisible As Boolean
    public bool IsStopIfTrueVisible {get; set;}
    See Also