ComponentOne GanttView for WinForms
SetColumnError Method

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > Task Class : SetColumnError Method
The column name, such as "Task Mode" or "Duration".
The error message.
Sets the error message displayed for a specific column of the task.
Syntax
'Declaration
 
Public Sub SetColumnError( _
   ByVal columnName As System.String, _
   ByVal message As System.String _
) 
public void SetColumnError( 
   System.string columnName,
   System.string message
)

Parameters

columnName
The column name, such as "Task Mode" or "Duration".
message
The error message.
Remarks
Setting the error message to an empty string removes the ErrorInfo glyph from the column of the task.
See Also

Reference

Task Class
Task Members