| C1.Win.C1Input Namespace > C1TextBox Class : TextDetached Property |
'Declaration<C1CategoryAttribute("Data")> <C1DescriptionAttribute("Specifies whether the Value and Text properties can be set independently.")> <DefaultValueAttribute()> <RefreshPropertiesAttribute(RefreshProperties.All)> Public Property TextDetached As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.TextDetached = value value = instance.TextDetached
[C1Category("Data")] [C1Description("Specifies whether the Value and Text properties can be set independently.")] [DefaultValue()] [RefreshProperties(RefreshProperties.All)] public bool TextDetached {get; set;}
[C1Category("Data")] [C1Description("Specifies whether the Value and Text properties can be set independently.")] [DefaultValue()] [RefreshProperties(RefreshProperties.All)] public: property bool TextDetached { 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