Class: Ribbon.SubCategory
Overview
This class represents a submenu.
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 subcategory.
-
#toolTipText ⇒ { get; set; }
The tooltip text of the subcategory.
↑ #accelKey ⇒ { get; set; }
The quick access key.
↑ #buttonSize ⇒ { get; set; }
The size of the button.
↑ #text ⇒ { get; set; }
The text of the subcategory.
↑ #toolTipText ⇒ { get; set; }
The tooltip text of the subcategory.
Instance Method Summary # collapse
-
#SubCategory()
-
#SubCategory(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.
Comments
0 comments
Please sign in to leave a comment.