EmptyElement Constructor(String,Color)
Initializes a new instance of the EmptyElement class with a label string and color.
Syntax
'Usage Dim labelText As String Dim color As Color Dim instance As New EmptyElement(labelText, color)
Parameters
- labelText
- Empty element label text.
- color
- Empty element color.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also