ASP.NET Pack Programmer's Guide
ResizeTableRowCmd Members
Constructors Methods
 


Implements resizing of table's rows. Instances of this class are implicitly created by MindFusion.Diagramming in response to resizing table's rows interactively. References to those instances are passed to handlers of the actionRecorded, actionUndone and actionRedone events.

The following tables list the members exposed by the ResizeTableRowCmd type.

 Public Constructors

  Name Description

ResizeTableRowCmd

Initializes a new instance of the ResizeTableRowCmd class.

 Public Methods

  Name Description

addSubCmd

Adds a command object to a compound command. (Inherited from Command.)

execute

Carries out the command action.

getSubCommands

Gets a collection of all command objects contained within the composite one. (Inherited from Command.)

getTable

Gets a reference to table affected by this operation.

getTitle

Gets the title of this command. (Inherited from Command.)

redo

Redoes the command action.

setTitle

Sets the command title. (Inherited from Command.)

undo

Undoes the command.

 Protected Methods

  Name Description

adopt

Merges adjacent commands in the history queue if they are related. (Inherited from Command.)

getContext

Gets the command's context. (Inherited from Command.)

isContainerOf

Determines whether a command has been initiated by this command and should be treated as a derivative. (Inherited from Command.)

 See Also

ResizeTableRowCmd Class
com.mindfusion.diagramming Namespace