2024 Method
Changes 2
M

ColorFillScheme.IsValidSchemeName

Description:
Checks whether the name is valid for new generated scheme.
Remarks:
The name should not be empty, or all spaces, or include prohibited characters or duplicated with existing schemes.
public bool IsValidSchemeName(
	string name
)
  • String
    name
Return Value bool Returns true if the name is valid for new generated scheme, false otherwise.