Spread Windows Forms 12.0 Product Documentation
IsValid Method (GcComboBoxCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcComboBoxCellType Class : IsValid Method
Specified value in the editor control
Determines whether the specified value is valid.
Syntax
'Declaration
 
Public Overrides Function IsValid( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As Object
Dim value As Boolean
 
value = instance.IsValid(value)
public override bool IsValid( 
   object value
)

Parameters

value
Specified value in the editor control
See Also

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members