Ant Organisation Ltd documentation | |
ListBarManipulator Members
ListBarManipulator overview
Public Instance Constructors
Public Instance Properties
BoundingRect |
Gets the bounding rectangle of the list bar relative to the list bar (ie this rectangle is always origined at 0,0)
|
ListBar | Gets and sets the UltraListBar that this class is manipulating. |
NeedToSave | Gets a flag indicating whether the settings have been changed. |
Type |
Gets the type of drag drop target, the list bar is of type dragDrop
|
User | Authenticated user. |
Public Instance Methods
AddNewAction | Browses for a new action to add to the current group. |
CanDrop |
Determines whether an object can be dropped at the coordinates specified
Used by drag drop manager, during drag drop operations.
|
CanStartDrag |
Asks the drag source whether a drag drop operation can start
Used by drag drop manager, during drag drop operations.
|
DragCancelled | Called when the drag is finished without dropping. |
DragEnter |
Notifies this control that the dragged object has entered the control
Used by drag drop manager, during drag drop operations.
|
DragExit |
Notifies the control that the dragged object has moved out of this control
Used by drag drop manager, during drag drop operations.
|
DragOver |
Notifies the control that the dragged object has moved over this control
Used by drag drop manager, during drag drop operations.
|
Drop |
Notifies the control that the dragged object has dropped over this control
Used by drag drop manager, during drag drop operations.
|
DropCancelled |
Notifies the control that the dragging operation has been cancelled
Used by drag drop manager, during drag drop operations.
|
Dropped | Called when the object is successfully dropped. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable
for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Load | Loads the settings from the database. |
Save | Saves the settings to the database. |
StartDrag |
Informs the drag source that a drag drop operation is starting
Used by drag drop manager, during drag drop operations.
|
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Instance Methods
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before
the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
ListBarManipulator Class | Ant.Workflow.Windows Namespace