[NotClientImplementableAttribute]
public interface IPseudoClasses<NotClientImplementableAttribute>
Public Interface IPseudoClasses[<NotClientImplementableAttribute>]
type IPseudoClasses = interface end| Add(String) | Adds a pseudoclass to the collection. |
| Contains(String) | Returns whether a pseudoclass is present in the collection. |
| Remove(String) | Removes a pseudoclass from the collection. |
| Set(String, Boolean) |
Adds or removes a pseudoclass depending on a boolean value.
(Defined by PseudolassesExtensions) |
| Set(String, IObservableBoolean) |
Sets a pseudoclass depending on an observable trigger.
(Defined by ControlExtensions) |