LocalisedCategoryAttributeAddLeadingSortText Method |
Adds leading text to the category to force the sort order in a property grid.
Namespace: VirtualRadar.LocalisationAssembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string AddLeadingSortText(
string key,
string prefix
)
Public Shared Function AddLeadingSortText (
key As String,
prefix As String
) As String
public:
static String^ AddLeadingSortText(
String^ key,
String^ prefix
)
static member AddLeadingSortText :
key : string *
prefix : string -> string
Parameters
- key
- Type: SystemString
- prefix
- Type: SystemString
Return Value
Type:
StringSee Also