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