IsAlignment Property
Description
Determines whether or not the command is an alignment command type.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property IsAlignment As Boolean |
Return Type
Read only Boolean.
Remarks
Commands that return TRUE for this property can successfully retrieve an Alignment Command object using the AlignmentCommand Property.
See Also