Struct native_windows_gui::MenuItem [] [src]

pub struct MenuItem { /* fields omitted */ }

A menu item control

Methods

impl MenuItem
[src]

Return true if the menuitem is enabled or false otherwise

Enable or disable the menuitem

Trait Implementations

impl Control for MenuItem
[src]

A menu item control

Should return the underlying handle to the object

Should return the type of the control. For custom controls, the return value should be Undefined (the default).

If specified, should free any ressource allocated in the template build function. This includes functions like DestroyWindow.