Description
Simulates a mouse click on the pin caption button of a window's docking pane. Depending on the Pin parameter, the pane is either pinned or unpinned.
Declaration
TestObj.Pin(Pin)
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Pin | [in] | Optional | Boolean | Default value: True |
Result | None |
Applies To
The method is applied to the following object:
View Mode
To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Parameters
The method has the following parameter:
Pin
Specifies whether to pin or unpin the docking pane.
Result Value
None.
Remarks
If the Pin parameter corresponds to the control state (for example, Pin is True
and the control is already pinned), Pin
performs no action and posts a message to the test log.
See Also
UnPin Action (Specific to InfragisticsWinDockManager Objects)