#include <IMarginPrefsCmdData.h>
Command data interface associated with commands to manipulate margin preferences.
- See Also
- IMargins
- kSetMarginPrefsCmdBoss
| virtual bool16 IMarginPrefsCmdData::GetUseUniformMargins | ( | | ) | const |
| pure virtual |
Tells whether all margin values are set from one value (top).
| virtual void IMarginPrefsCmdData::SetUseUniformMargins | ( | bool16 | bUniform | ) | |
| pure virtual |
Tells that all margin values set from one value (top).
- Parameters
| bUniform | Whether to force all margin values to be uniform, using Top value. |