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
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)