clipboard class : Fitted getter
Description
Returns a value that indicates whether an instance was initialized.
Syntax
instance.Fitted
Arguments
None.
Return value
Class | Description |
bool | A value that indicates whether an instance was initialized. |
Sample code
1: | clipboard instance = new clipboard(); |
2: | bool init = instance.Fitted; |
Notes
An instance of the clipboard class is always initialized. In other words, the getter of the clipboard class always returns true.
Links for reference
None.