Intersoft ClientUI Documentation
ClipboardCopyMode Enumeration



Specifies whether content can be copied to the clipboard from a UXGridView control. If the content can be copied, specifies whether column headers are copied.
Syntax
Public Enum ClipboardCopyMode 
   Inherits System.Enum
Dim instance As ClipboardCopyMode
public enum ClipboardCopyMode : System.Enum 
public enum class ClipboardCopyMode : public System.Enum 
Members
MemberDescription
ExcludeHeader Indicates that content can be copied from a UXGridView to the clipboard, but does not copy column headers.
IncludeHeader Indicates that content can be copied from a UXGridView to the clipboard and copies column headers as the first line of text.
None Indicates that content cannot be copied to the clipboard from the UXGridView control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Data.ClipboardCopyMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Data Namespace

Send Feedback