CopyFrom Method (GroupInfo)
In This Topic
Copies the properties of the specified
C1.Web.Wijmo.Controls.Settings into the instance of the
GroupInfo class that this method is called from.
Syntax
'Declaration
Public Shadows Sub CopyFrom( _
ByVal As Settings _
)
public new void CopyFrom(
Settings
)
Parameters
- copyFrom
- A C1.Web.Wijmo.Controls.Settings that represents the properties to copy.
See Also