'Declaration
Public Function CopyFrom( _ ByVal source As System.Object _ ) As System.Boolean
'Usage
Dim instance As NLightUIObject Dim source As System.Object Dim value As System.Boolean value = instance.CopyFrom(source)
public System.bool CopyFrom( System.object source )
Parameters
- source