Class: Ribbon.Node
Overview
This class represents a leaf node. It can either be a button or a menuitem.
It will be a button if you add it to a pagegroup's or a group's children, otherwise it will be a menuitem. It contains an ARCHline command which will be executed when it is clicked on.
Instance Property Summary # collapse
-
#accelKey ⇒ { get; set; }
The quick access key.
-
#buttonSize ⇒ { get; set; }
The size of the button.
-
#command ⇒ { get; set; }
The ARCHline command which will be executed upon click.
-
#text ⇒ { get; set; }
The text of the node.
-
#toolTipText ⇒ { get; set; }
The tooltip text of the node.
↑ #accelKey ⇒ { get; set; }
The quick access key.
↑ #buttonSize ⇒ { get; set; }
The size of the button.
↑ #command ⇒ { get; set; }
The ARCHline command which will be executed upon click.
↑ #text ⇒ { get; set; }
The text of the node.
↑ #toolTipText ⇒ { get; set; }
The tooltip text of the node.
Comments
0 comments
Please sign in to leave a comment.