SftBox/OCX 4.5

SftBoxEdit.Cut Method

Softel vdm, Inc.

Cuts the current text or selected item to the clipboard.

Syntax       

VB.NET

object.Cut()

VB

object.Cut

C#.NET

void object.Cut();

VC++

HRESULT object->Cut();

C

HRESULT object->raw_Cut();

Delphi

procedure object.Cut();

object

A SftBoxEdit object.

Comments

The Cut method cuts the current text or selected item to the clipboard.

The contents of the edit control portion (simple or drop down combo box) is copied to the clipboard, then the text is removed from the edit control portion.

This method cannot be used with a drop down list combo box.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com