ProjectSettingGroupGetEditControl Method |
Gets the edit control to edit the settings for this group
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax public abstract Control GetEditControl()
Public MustOverride Function GetEditControl As Control
Return Value
Type:
ControlControl which is to be used to edit the settings represented by this group
See Also