You can extend the properties of any adxSuperPanel©
child control with the PropProvider component. PropProvider
is a class within
adxSuperPanel©
PropProvider lets you customize the
title properties child controls. PropProvider inherits from
IExtenderProvider. All of the adxSuperPanel©
You may override any of the
Title . You will see PropProvider on the toolbox:

Once you drop the component
on the form, it will anchor itself in the area underneath the form:

Each child control will show
an extended list of properties.

Button1 uses the tag. The other buttons have their own
PropProvider properties,

You should not drop more than one PropProvider
component on one form! Doing so will create a little jam on the
property grid.
PropProvider can extend any
adxSuperPanel
child control, including adxSuperPanel
controls that are themselves child controls.
|