CopyToClipboardEventArgs.ClipboardText Property
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use ClipboardText instead.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntax
'Declaration
Public ReadOnly Property ClipboardText As String
Get
'Usage
Dim instance As CopyToClipboardEventArgs
Dim value As String
value = instance.ClipboardText
public string ClipboardText { get; }
public:
property String^ ClipboardText {
String^ get ();
}
member ClipboardText : string
function get ClipboardText () : String
Property Value
Type: System.String
A String value.