| ICMSEditableControl Interface | 
Namespace: CMS.PortalEngine.Web.UI
 Syntax
Syntaxpublic interface ICMSEditableControl : ISpellCheckableControl
The ICMSEditableControl type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Enabled | 
            Enabled.
             | 
|  | ID | 
            Control ID.
             | 
|  | PageManager | 
            Page manager control.
             | 
|  | ViewMode | 
            Control view mode.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetContent | 
            Returns the current web part content.
             | 
|  | GetSpellCheckFields | 
            Returns the list of the field IDs (Client IDs of the inner controls) that should be spell checked.
            (Inherited from ISpellCheckableControl.) | 
|  | IsValid | 
            Returns true if entered data is valid. If data is invalid, it returns false and displays an error message.
             | 
|  | LoadContent(String, Boolean) | 
            Loads the control content.
             | 
|  | LoadContent(PageInfo, Boolean) | 
            Loads the control content.
             | 
|  | SaveContent | 
            Saves the control content.
             | 
 See Also
See Also