IsEmpty Method (PaletteEntry)
In This Topic
Gets a value indicating whether the properties of the entry are unspecified.
Syntax
'Declaration
Public Function IsEmpty() As Boolean
Return Value
A
System.Boolean value.
true
if the properties of the entry are unspecified; otherwise,
false
.
See Also