Ghi
Quyền truy cập vào trang này yêu cầu sự cho phép. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Quyền truy cập vào trang này yêu cầu sự cho phép. Bạn có thể thử thay đổi thư mục.
Returns a Boolean that specifies whether the Clipboard contains data that the object supports. Read-only.
Syntax
expression.CanPaste
expression A variable that represents a TextBox object.
Remarks
True if the object can receive information pasted from the Clipboard, False if the object cannot receive information pasted from the Clipboard.
CanPaste is read-only.
If the Clipboard data is in a format that the object does not support, the CanPaste property is False. For example, if you try to paste a bitmap into an object that only supports text, CanPaste will be False.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.