IXtraResizableControl Members
Defines an interface a control that can be implemented to provide layout information to a Layout Control.Properties
Name | Description |
---|---|
IsCaptionVisible | When implemented by a control, specifies whether a text label should be visible by default when this control is added to a Layout Control. |
MaxSize | When implemented by a control, specifies its default maximum size which is in effect when the control is displayed within a Layout Control. |
MinSize | When implemented by a control, specifies its default minimum size which is in effect when the control is displayed within a Layout Control. |
Events
Name | Description |
---|---|
Changed | The control that implements this interface must fire the Changed event when specific settings that affect the layout information have been changed, and the Layout Control must update the layout as a result. |
See Also