Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
MenuList () | |
Constructor. | |
MenuList (int level, string name, MenuListArray sub_menu_list_array) | |
Constructor, with parameters. More... | |
MenuList (MenuList menu_list) | |
Constructor, with another menu list object. More... | |
void | Set (int level, string name, MenuListArray sub_menu_list_array) |
Set values. More... | |
Properties | |
int | level [get, set] |
The level of menu. More... | |
string | name [get, set] |
The title of menu. | |
MenuListArray | sub_menu_list_array [get, set] |
The sub menu array. | |
This class represents menu list.
|
inline |
Constructor, with parameters.
[in] | level | Level of menu. |
[in] | name | Title of menu. |
[in] | sub_menu_list_array | The sub menu list array. |
|
inline |
Constructor, with another menu list object.
[in] | menu_list | Another menu list object. |
|
inline |
Set values.
[in] | level | Level of menu. |
[in] | name | Title of menu. |
[in] | sub_menu_list_array | The sub menu list array. |
|
getset |
The level of menu.