In a class which inherits from an interface (but does not have all members implemented - at least 2 not implemented), choose the Code / Generate / Implement Interface Member menu option.
In that dialog, make sure "Wrap interface implementations in regions" option is checked, and implement two or more methods from the same interface. In the code that gets generated, only the last method is actually wrapped in the region.