| C1.Win.C1Input Namespace > MaskInfo Class : CopyWithLiterals Property |
'Declaration<C1DescriptionAttribute("If True, text copied to the clipboard includes literals.")> <LocalizableAttribute(True)> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <DefaultValueAttribute()> Public Property CopyWithLiterals As Boolean
'UsageDim instance As MaskInfo Dim value As Boolean instance.CopyWithLiterals = value value = instance.CopyWithLiterals
[C1Description("If True, text copied to the clipboard includes literals.")] [Localizable(true)] [RefreshProperties(RefreshProperties.Repaint)] [DefaultValue()] public bool CopyWithLiterals {get; set;}
[C1Description("If True, text copied to the clipboard includes literals.")] [Localizable(true)] [RefreshProperties(RefreshProperties.Repaint)] [DefaultValue()] public: property bool CopyWithLiterals { bool get(); void set ( bool 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