Reflection
CopyFormatRefMF Property


Gets or sets a value indicating whether to copy from Reflection to the Reflection proprietary Clipboard format
Syntax
'Declaration
 
Property CopyFormatRefMF As Boolean
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.CopyFormatRefMF = value
 
value = instance.CopyFormatRefMF
bool CopyFormatRefMF {get; set;}
See Also