Click or drag to resize
ISettingsGroup Methods

The ISettingsGroup type exposes the following members.

Methods
  NameDescription
Public methodBeginEdit
Begins an edit on an object.
(Inherited from IEditableObject.)
Public methodCancelEdit (Inherited from IEditableObject.)
Public methodContainsSetting
Returns true when this settings group or an ancestor settings group contains a value for the specified setting.
Public methodEndEdit (Inherited from IEditableObject.)
Public methodGetSettingT(String)
Gets the setting with the specified id.
Public methodGetSettingT(String, SettingT)
Gets the setting with the specified id.
Public methodGetSettingT(String, T)
Gets the setting with the specified id.
Public methodGetSettingT(String, T)
Gets the setting with the specified id.
Public methodImportSettings
Imports the settings from another group into this one. Resets the current settings in this group before importing the settings from the other group.
Public methodRemoveSetting
Removes a local setting from the this group. Returns true if the setting was successfully removed, false otherwise. i.e. if the setting doesn't exist, false is returned.
Public methodReset
Resets all settings locally defined in this settings group.
Public methodResumeEvents
Resumes event notification. This raises the SettingsChanged event once this method has been called an equal amount of times as SuspendEvents.
Public methodSuspendEvents
Suspends event notification.
Top
See Also
Community
Edit
Be the first to Edit the community content of this topic.
Comments