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.
See Also