IsEditorSet Method (StyleInfo)
In This Topic
Gets whether the editor for the cell (Editor property) is set.
Syntax
'Declaration
Public Overridable Function IsEditorSet() As Boolean
'Usage
Dim instance As StyleInfo
Dim value As Boolean
value = instance.IsEditorSet()
public virtual bool IsEditorSet()
See Also