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 As String, _
ByRef As Boolean _
)
public void GetValueIsImportant(
string ,
ref bool
)
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