RibbonItemCollectionCopyFrom Method
 | 
Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public void CopyFrom(
        RibbonItemCollection source
)
 
Public Sub CopyFrom ( 
        source As RibbonItemCollection
)
 
public:
void CopyFrom(
        RibbonItemCollection^ source
)
 
member CopyFrom : 
        source : RibbonItemCollection -> unit 
 
 
 
Parameters
- source
 
- Type: Bricscad.WindowsRibbonItemCollection
 
 
See Also