| public | MenuBox(MenuBoxCreateParams& createParams, MenuBar* menuBar_, MenuItem* rootItem_) |
| public | MenuBox(const Font& font, MenuBar* menuBar_, MenuItem* rootItem_) |
| protected virtual Result<Point> | GetBoxLocation() const |
| protected inline MenuItem* | GetRootItem() const |
| protected override Result<bool> | OnMouseDown(MouseEventArgs& args) |
| protected override Result<bool> | OnMouseEnter(EnterLeaveEventArgs& args) |
| protected override Result<bool> | OnMouseLeave(EnterLeaveEventArgs& args) |
| protected override Result<bool> | OnMouseMove(MouseEventArgs& args) |
| protected override Result<bool> | OnMouseUp(MouseEventArgs& args) |
| protected override Result<bool> | OnPaint(PaintEventArgs& args) |
| public inline bool | PaintThisMenuBox() const |
| private Control* | ParentControl() const |
| public override Result<bool> | PrintWindowTree(int level) |
| public void | SetPaintThisMenuBox(bool paintThisMenuBox_) |
| private MenuBar* | menuBar |
| private bool | paintMenu |
| private bool | paintThisMenuBox |
| private MenuItem* | rootItem |