ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class / GetValueIsImportant Method / GetValueIsImportant(String,Boolean) Method
The string name of 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(String,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 String, _
       ByRef aIsImportant As Boolean _
    ) 
    public void GetValueIsImportant( 
       string aProperty,
       ref bool aIsImportant
    )

    Parameters

    aProperty
    The string name of the property to check for important.
    aIsImportant
    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