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