| control.SetProperties([nWidth],[nHeight],[nBackColor],[nStyle]) | ||
| Purpose | Set the properties in one call instead setting each property apart. | |
| Parameter | ||
| nWidth Long | See RMCHeight/RMCWidth | |
| nHeight Long | See RMCHeight/RMCWidth | |
| nBackColor Long (RMC_Colors constant or any RGB value) | See RMCBackColor | |
| nStyle Long (Ctrlstyle constant) | See RMCStyle | |
| sBgImage String | See RMCBGImage | |
| sFont String | Sets the Font object of the control. | |
| nToolTipWidth Long | See RMCToolTipWidth | |
| nGridSize Long | See RMCHelpingGridSize | |
| nGridColor Long | See RMCHelpingGridColor | |
| nBitmapColor Long (RMC_Colors constant or any RGB value) | See RMCBitmapColor | |
| Return value | - | |
| Remarks | - | |
| Example | RMChartX1.SetProperties 600, 450, Aquamarine, RMC_CTRLSTYLEFLATSHADOW | |