DetachRibbonEffect()
Syntax
DetachRibbonEffect(#Effect, NodeID)Description
Detach the ribbon from the given node.
Parameters
#Effect The effect to use. This effect has to be created with CreateRibbonEffect(). NodeID The node to detach the ribbon. If the ribbon was not attached to this node, the function has no effect. To get a valid node ID, use NodeID().
Return value
None.
See Also
CreateRibbonEffect(), AttachRibbonEffect()
Supported OS
All