C# Class ICSharpCode.Core.ClipboardWrapper

Helper class to access the clipboard without worrying about ExternalExceptions
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
GetDataObject ( ) : IDataObject
GetText ( ) : string
SetDataObject ( object data ) : void
SetText ( string text ) : void

Private Methods

Méthode Description
SafeSetClipboard ( object dataObject ) : void

Method Details

GetDataObject() public static méthode

public static GetDataObject ( ) : IDataObject
Résultat IDataObject

GetText() public static méthode

public static GetText ( ) : string
Résultat string

SetDataObject() public static méthode

public static SetDataObject ( object data ) : void
data object
Résultat void

SetText() public static méthode

public static SetText ( string text ) : void
text string
Résultat void