NInsertBreakCommandAction Class Members
In This Topic
The following tables list the members exposed by NInsertBreakCommandAction.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | BreakType | Gets/Sets the break type to insert. Valid only if the ShowDialog property is set to false. |
 | ShowDialog | Gets/Sets whether this command action should show a dialog for selecting a break to insert or should insert the break of the BreakType property. |
Top
Public Methods
| Name | Description |
 | Execute | Overridden. Executes the command action. |
 | GetCommand | Overridden. Gets the command associated with this action |
Top
Protected Methods
| Name | Description |
 | OnDialogClosed | Overridden. Called when the insert table dialog is closed |
Top
See Also