The component having the ability to consume styles
| C# | Visual Basic | Visual C++ |
public interface IStyleable
Public Interface IStyleable
public interface class IStyleable
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| GetStyle(String) |
Returns the style specified with style name
| |
| SetStyle(String, Object) |
Sets the style on the component
| |
| StyleChanged(String, Object) |
Notifies the style change
|