This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
PRSDigital
/
3rdpartylibs
Suivre
3
Voter
0
Fork
0
Fichiers
Pull Requests
0
Aborescence:
fd23f959d4
Branches
Tags
master
PRS-7.79a
3rdpartylibs
/
fastreports.wpf
/
FastReport.Forms.WPF
/
Enums
/
ToolStripGripStyle.cs
ToolStripGripStyle.cs
117 B
Historique
Raw
1
2
3
4
5
6
7
8
namespace System.Windows.Forms
{
public enum ToolStripGripStyle
{
Hidden,
Visible
}
}