Click or drag to resize
ICMSEditableControl Methods

The ICMSEditableControl type exposes the following members.

Methods
  NameDescription
Public methodGetContent
Returns the current web part content.
Public methodGetSpellCheckFields
Returns the list of the field IDs (Client IDs of the inner controls) that should be spell checked.
(Inherited from ISpellCheckableControl.)
Public methodIsValid
Returns true if entered data is valid. If data is invalid, it returns false and displays an error message.
Public methodLoadContent(String, Boolean)
Loads the control content.
Public methodLoadContent(PageInfo, Boolean)
Loads the control content.
Public methodSaveContent
Saves the control content.
Top
See Also