Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Sets the text alignment of the text box.
void SetTextAlign(
int nAlign
);
Parameters
- [in] nAlign
A text alignment enumerated value. See the Remarks section for possible values.
Remarks
The parameter nAlign is one of the following edit control styles:
ES_LEFT for left alignment
ES_CENTER for center alignment
ES_RIGHT for right alignment
For more information about these styles, see Edit Control Styles.
Requirements
Header: afxRibbonEdit.h