Method SuggestedSize
SuggestedSize(SizeD)
Sets the suggested size for each item in the control set to the specified value.
public virtual ControlSet SuggestedSize(SizeD size)
Parameters
sizeSizeDThe size to suggest for each item in the control set.
Returns
- ControlSet
A ControlSet instance representing the updated state after applying the suggested sizes.
Remarks
This method updates the suggested size of all items in the control set, which may affect the layout and rendering of the controls.