Metodo UtilityTranslateColumnsCaption(TreeListColumnCollection, Type)
|
Data una collection di colonne, ne traduce il testo mostrato a schermo per ogni elemento.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 28.0.0
Sintassipublic static void TranslateColumnsCaption(
TreeListColumnCollection columns,
Type tp
)
Public Shared Sub TranslateColumnsCaption (
columns As TreeListColumnCollection,
tp As Type
)
public:
static void TranslateColumnsCaption(
TreeListColumnCollection^ columns,
Type^ tp
)
static member TranslateColumnsCaption :
columns : TreeListColumnCollection *
tp : Type -> unit
Parametri
- columns TreeListColumnCollection
- Lista delle colonne da tradurre.
- tp Type
- Tipo da cui prelevare le proprietà.
Vedi anche