eDriven Framework API
SetStyle Class
NamespaceseDriven.Gui.StatesSetStyle
eDriven Framework API
SetStyle class is used in style overrides
Declaration Syntax
C#Visual BasicVisual C++
public class SetStyle : OverrideBase
Public Class SetStyle _
	Inherits OverrideBase
public ref class SetStyle : public OverrideBase
Members
All MembersConstructorsMethodsFields



IconMemberDescription
SetStyle(Object, String, Object)
Sets the value of the property on target

SetStyle(String, Object)
Sets the value of the property on parent

Applied (Inherited from OverrideBase.)
Apply(Component)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetMember(Object, Component, String)
Gets the targeted member based on the folowing logic: If target is supplied - as object - get its member using name If target is supplied - as string - find a target (object) and then get its member using name If target is not supplied - get the member on parent using name
(Inherited from OverrideBase.)
GetTarget(Object, Component)
Returns the target based on the folowing logic: If target is supplied - as object - return it If target is supplied - as string - find a target (object) and return it If target is not supplied - get the parent object
(Inherited from OverrideBase.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Initialize()()()()
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Property name

Remove(Component)
Target
The target

ToString()()()() (Overrides Object.ToString()()()().)
Value
New value

Inheritance Hierarchy

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