ComponentOne Themes for WinForms
GetEnumStr Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class : GetEnumStr Method
The target path.
Gets a string representation of an enumeration value specified by a path.
Syntax
'Declaration
 
Public Function GetEnumStr( _
   ByVal path As System.String _
) As System.String
public System.string GetEnumStr( 
   System.string path
)

Parameters

path
The target path.

Return Value

The enum string specified by path.
See Also

Reference

C1Theme Class
C1Theme Members