note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
GetMenuColumnHeader
warning
This function was added in omp v1.1.0.2612 and will not work in earlier versions!
Description
Get the text in the header of the specified column.
Name | Description |
---|---|
Menu:menuid | The ID of the menu. |
column | The column. |
header[] | An array into which to store the text, passed by reference. |
len = sizeof (header) | The length of the text that should be stored. |
Returns
This function always returns true.
Examples
new text[32];
// Get the menu header text in the column 1
GetMenuColumnHeader(menuid, 1, text, sizeof(text));
Related Functions
- CreateMenu: Creates a menu.