Class: Ribbon.Tree
Overview
This class is like a toolbutton, but besides it's menuitems it can contain groups of nodes which will show up as buttons.
Instance Property Summary # collapse
-
#accelKey ⇒ { get; set; }
The quick access key.
-
#buttonSize ⇒ { get; set; }
The size of the button.
-
#text ⇒ { get; set; }
The text of the tree toolbutton.
-
#toolTipText ⇒ { get; set; }
The tooltip text of the tree toolbutton.
↑ #accelKey ⇒ { get; set; }
The quick access key.
↑ #buttonSize ⇒ { get; set; }
The size of the button.
↑ #text ⇒ { get; set; }
The text of the tree toolbutton.
↑ #toolTipText ⇒ { get; set; }
The tooltip text of the tree toolbutton.
Instance Method Summary # collapse
-
#Tree()
-
#Tree(text)
-
#add_group(group)
Adds a group to it's children.
-
#add_icon(icon)
-
#add_menuitems(menuitems)
Adds a menuitems node to it's children.
Comments
0 comments
Please sign in to leave a comment.