message class : Clip getter

Description

Returns a value that indicates whether to copy the message to the clipboard.

Syntax

instance.Clip

Arguments

None.

Return value

ClassDescription
boolWhether to copy the message to the clipboard.

Sample code

1:

message instance = new message();

2:

bool clipping = instance.Clip; // It returns "true". "true" is default value.

Notes

Returns true, the displayed message is saved in the clipboard. Returns false, nothing happens.

Instances of the message class save messages to the clipboard by default.

Links for reference

None.

Copyright © Cooker All rights reserved.