FlexGrid for WinForms
C1EditorValueIsValid Method



Gets a value that determines if the editor's current contents are valid.
Syntax
'Declaration
 
Function C1EditorValueIsValid() As Boolean
'Usage
 
Dim instance As IC1EmbeddedEditor
Dim value As Boolean
 
value = instance.C1EditorValueIsValid()
bool C1EditorValueIsValid()
bool C1EditorValueIsValid(); 

Return Value

True if the editor currently has valid content (e.g it contains an EditMask and all required positions have been filled).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IC1EmbeddedEditor Interface
IC1EmbeddedEditor Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback