AppearanceDictionary.Keys

AppearanceDictionary.Keys property

Gets keys of the dictionary. If appearance dictionary has subditionaries, then Keys contains (N|R|D).state values, where N - normal appearance, R - rollover appearance, D - down appearance and state - the name of the state (e.g. On, Off for checkboxes).

public ICollection<string> Keys { get; }

See Also