FlexGrid for WinForms
ClipboardCopyMode Property



Gets or sets what parts of the grid are copied to the clipboard when the AutoClipboard property is set to true.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets what parts of the grid are copied to the clipboard.")>
<C1CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property ClipboardCopyMode As ClipboardCopyModeEnum
'Usage
 
Dim instance As C1FlexGridBase
Dim value As ClipboardCopyModeEnum
 
instance.ClipboardCopyMode = value
 
value = instance.ClipboardCopyMode
[C1Description("Gets or sets what parts of the grid are copied to the clipboard.")]
[C1Category("Behavior")]
[DefaultValue()]
public ClipboardCopyModeEnum ClipboardCopyMode {get; set;}
[C1Description("Gets or sets what parts of the grid are copied to the clipboard.")]
[C1Category("Behavior")]
[DefaultValue()]
public:
property ClipboardCopyModeEnum ClipboardCopyMode {
   ClipboardCopyModeEnum get();
   void set (    ClipboardCopyModeEnum value);
}
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

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback