SoWinClipboard Constructor |
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoWinClipboard(
Control w
)
Public Sub New (
w As Control
)
public:
SoWinClipboard(
Control^ w
)
new :
w : Control -> SoWinClipboard
Parameters
- w
- Type: System.Windows.FormsControl
Remarks w is the window that will be used for the clipboard operations. cbFormat specifies the Windows clipboard format to be used for the data transfer.
See Also