ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationSettings Class / IsTextClipboardEnabled Property




In This Topic
    IsTextClipboardEnabled Property (ImGearAnnotationSettings)
    In This Topic
    Gets or sets a value indicating whether the clipboard operations for text annotations are enabled.
    Syntax
    'Declaration
     
    Public Property IsTextClipboardEnabled As Boolean
    'Usage
     
    Dim instance As ImGearAnnotationSettings
    Dim value As Boolean
     
    instance.IsTextClipboardEnabled = value
     
    value = instance.IsTextClipboardEnabled
    public bool IsTextClipboardEnabled {get; set;}
    public: __property bool get_IsTextClipboardEnabled();
    public: __property void set_IsTextClipboardEnabled( 
       bool value
    );
    public:
    property bool IsTextClipboardEnabled {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    The default value is true.
    See Also