This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
PRSDigital
/
3rdpartylibs
Seguir
3
Destacar
0
Fork
0
Ficheiros
Pull Requests
0
Árbore:
fd23f959d4
Ramas
Etiquetas
master
PRS-7.79a
3rdpartylibs
/
fastreports.wpf
/
FastReport.Forms.WPF
/
Enums
/
ScrollBars.cs
ScrollBars.cs
142 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
namespace System.Windows.Forms
{
public enum ScrollBars
{
None,
Horizontal,
Vertical,
Both
}
}