| C# | Visual Basic | Visual C++ |
public interface IStyleClient : ISimpleStyleClient
Public Interface IStyleClient _ Inherits ISimpleStyleClient
public interface class IStyleClient : ISimpleStyleClient
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ClearStyle(String) |
Clears the style
| |
| GetClassStyleDeclarations()()()() | ||
| GetStyle(String) |
Gets the style specified with a supplied style name
| |
| HasStyle(String) |
Returns true if the component has the style defined
| |
| Id |
Component identifier
(Inherited from ISimpleStyleClient.) | |
| InheritingStyles |
Inheriting styles
| |
| MatchesCSSType(String) | ||
| NonInheritingStyles |
Non-inheriting styles
| |
| NotifyStyleChangeInChildren(String, Object, Boolean) |
Propagates style change to children
| |
| RegenerateStyleCache(Boolean) |
Regenerates style cache
| |
| SetStyle(String, Object) |
Sets the style
| |
| StyleChanged(String) |
Executes when the style changes
(Inherited from ISimpleStyleClient.) | |
| StyleDeclaration |
Local style declaration
| |
| StyleName |
Style name
(Inherited from ISimpleStyleClient.) | |
| StyleParent |