eDriven Framework API
SkinFitsComponent Method (skinType, componentType)
NamespaceseDriven.Gui.ReflectionSkinUtilSkinFitsComponent(Type, Type)
eDriven Framework API
Returns true if the skin fits to component
The skin fits to component if it contains all the required parts (being of required types)
Declaration Syntax
C#Visual BasicVisual C++
public static bool SkinFitsComponent(
	Type skinType,
	Type componentType
)
Public Shared Function SkinFitsComponent ( _
	skinType As Type, _
	componentType As Type _
) As Boolean
public:
static bool SkinFitsComponent(
	Type^ skinType, 
	Type^ componentType
)
Parameters
skinType (Type)
componentType (Type)
Return Value

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