0% found this document useful (0 votes)
18 views1 page

Complete-Reference-Vb Net 7

Uploaded by

khalid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Complete-Reference-Vb Net 7

Uploaded by

khalid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Structures

ReadOnly Property grDarkGray() As Color


Get
grDarkGray = Color.FromArgb(64, 64, 64)
End Get
End Property

ReadOnly Property grBlack() As Color


Get
grBlack = Color.FromArgb(0, 0, 0)
End Get
End Property

ReadOnly Property grRed() As Color


Get
grRed = Color.FromArgb(255, 0, 0)
End Get
End Property

ReadOnly Property grPink() As Color


Get
grPink = Color.FromArgb(255, 175, 175)
End Get
End Property

ReadOnly Property grOrange() As Color


Get
grOrange = Color.FromArgb(255, 200, 0)
End Get
End Property

ReadOnly Property grYellow() As Color


Get
grYellow = Color.FromArgb(255, 255, 0)
End Get
End Property

ReadOnly Property grGreen() As Color


Get
grGreen = Color.FromArgb(0, 255, 0)
End Get
End Property

ReadOnly Property grMagenta() As Color


Get
grMagenta = Color.FromArgb(255, 0, 255)
End Get
End Property

ReadOnly Property grCyan()As Color


Get
grCyan = Color.FromArgb(0, 255, 255)
End Get
End Property

ReadOnly Property grBlue() As Color


Get
grBlue = Color.FromArgb(0, 0, 255)
End Get
End Property

Public ReadOnly Property UserDefined() As Color

245

You might also like