eDriven Framework API
IStyleClient Interface
NamespaceseDriven.Gui.ComponentsIStyleClient
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public interface IStyleClient : ISimpleStyleClient
Public Interface IStyleClient _
	Inherits ISimpleStyleClient
public interface class IStyleClient : ISimpleStyleClient
Members
All MembersMethodsProperties



IconMemberDescription
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

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)