ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class / GetValueIsImportant Method / GetValueIsImportant(eCSSProperty,Boolean) Method
The property to check for important.
The boolean variable who's value will be True if the specified property is marked as important, or false if the specified property is not marked as important.

In This Topic
    GetValueIsImportant(eCSSProperty,Boolean) Method
    In This Topic
    Determines if the specified property stored in this CSSDeclaration instance was marked with the !important declaration.
    Syntax
    'Declaration
     
    Public Overloads Sub GetValueIsImportant( _
       ByVal aProperty As eCSSProperty, _
       ByRef bImportant As Boolean _
    ) 
    public void GetValueIsImportant( 
       eCSSProperty aProperty,
       ref bool bImportant
    )

    Parameters

    aProperty
    The property to check for important.
    bImportant
    The boolean variable who's value will be True if the specified property is marked as important, or false if the specified property is not marked as important.
    See Also