IClipboardManagerContains Method
Checks if clipboard contains data in specified format.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
bool Contains(
params string[] formats
)
Function Contains (
ParamArray formats As String()
) As Boolean
bool Contains(
... array<String^>^ formats
)
abstract Contains :
formats : string[] -> bool
- formats String
-
Clipboard data format.
Boolean
Returns true if clipboard contains data in requested format.