|  | SkinDependentItemTItemGet Method  | 
 
                Gets an item for the specified skin.
            
 
    Namespace: 
   HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
    Assembly:
   MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
 Syntax
Syntax[NotNullAttribute]
public TItem Get(
	bool isProSkin
)
Parameters
- isProSkin
- Type: SystemBoolean
 Specifies whether current skin are dark (pro).
Return Value
Type: 
TItemAn item for the specified skin.
 See Also
See Also