Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Initialise une nouvelle instance de SystemThemeInfo

Espace de nom : Developpez.Dotnet.System
Assembly : Developpez.Dotnet.System (dans Developpez.Dotnet.System.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public SystemThemeInfo(
	string themeFileName,
	string themeName,
	string themeColor,
	string themeSize
)
Visual Basic (Déclaration)
Public Sub New ( _
	themeFileName As String, _
	themeName As String, _
	themeColor As String, _
	themeSize As String _
)
Visual C++
public:
SystemThemeInfo(
	String^ themeFileName, 
	String^ themeName, 
	String^ themeColor, 
	String^ themeSize
)

Paramètres

themeFileName
Type: System..::..String
Nom de fichier du thème
themeName
Type: System..::..String
Nom du thème
themeColor
Type: System..::..String
Couleur du thème
themeSize
Type: System..::..String
Taille du thème

Voir aussi