Click or drag to resize

SkinDependentItemTItemGet Method

Gets an item for the specified skin.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[NotNullAttribute]
public TItem Get(
	bool isProSkin
)

Parameters

isProSkin
Type: SystemBoolean
Specifies whether current skin are dark (pro).

Return Value

Type: TItem
An item for the specified skin.
See Also