[]
        
(Showing Draft Content)

DDCssLib.CSSDeclaration.GetValueIsImportant

GetValueIsImportant Method

GetValueIsImportant(eCSSProperty, ref bool)

Determines if the specified property stored in this CSSDeclaration instance was marked with the !important declaration.

Declaration
public void GetValueIsImportant(eCSSProperty aProperty, ref bool bImportant)
Parameters
Type Name Description
eCSSProperty aProperty

The property to check for important.

bool 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.

GetValueIsImportant(string, ref bool)

Determines if the specified property stored in this CSSDeclaration instance was marked with the !important declaration.

Declaration
public void GetValueIsImportant(string aProperty, ref bool aIsImportant)
Parameters
Type Name Description
string aProperty

The string name of the property to check for important.

bool 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.