C1.Win.C1List Namespace / C1Combo Class / ShouldSerializeEditorForeColor Method

In This Topic
ShouldSerializeEditorForeColor Method (C1Combo)
In This Topic
Indicates whether the EditorForeColor has a default value.
Syntax
'Declaration
 
Protected Overridable Function ShouldSerializeEditorForeColor() As Boolean
 

Return Value

True if the EditorForeColor has no default value; otherwise, it is false.
See Also