Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the SRP Tab Control's AllowXPTheme property is set, it subclasses several types of OI controls in order to make them transparent over the tab background, which is usually gradient in nature. In some cases, you may not want certain controls on the form to be subclassed. For example, you mey may intend to place these control controls within the SRP Panel Control, and the tab's subclassing will causes graphical anomoliesanomalies.

The UnsubclassCtrl method simply returns the control on a form back to it's default behavior. If the control was never subclassed, nothing happens.

...