Class: Ribbon.ToolButton
Overview
This class represents a toolbutton.
When you click on this button, a menu containing it's child nodes will show up.
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 toolbutton.
-
#toolTipText ⇒ { get; set; }
The tooltip text of the toolbutton.
↑ #accelKey ⇒ { get; set; }
The quick access key.
↑ #buttonSize ⇒ { get; set; }
The size of the button.
↑ #text ⇒ { get; set; }
The text of the toolbutton.
↑ #toolTipText ⇒ { get; set; }
The tooltip text of the toolbutton.
Instance Method Summary # collapse
-
#ToolButton()
-
#ToolButton(text)
-
#add_checkbox(checkbox)
Adds a checkbox to it's children.
-
#add_icon(icon)
-
#add_node(node)
Adds a node to it's children.
-
#add_separator(separator)
Adds a separator to it's children.
-
#add_subcategory(subcategory)
Adds a subcategory to it's children.
Comments
0 comments
Please sign in to leave a comment.