C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : ClipboardCopyMode Property |
'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); }
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