RegionBaseBeforeCopy Method
Copies content of the current
RegionBase or its children Regions to the Clipboard.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public bool BeforeCopy(
IClipboardManager clipboard
)
Public Function BeforeCopy (
clipboard As IClipboardManager
) As Boolean
public:
bool BeforeCopy(
IClipboardManager^ clipboard
)
member BeforeCopy :
clipboard : IClipboardManager -> bool
- clipboard IClipboardManager
- Clipboard to copy content to.
Boolean if the copy operation handled,
afterwards.