| C1.Win.C1Input Namespace > C1TextBox Class : CausesValidation Property |
'Declaration<C1CategoryAttribute("Focus")> <C1DescriptionAttribute("Gets or sets a value indicating whether the control causes validation (i.e. calls Validating and Validated events).")> <DefaultValueAttribute()> <TypeConverterAttribute("C1.Win.C1Input.Design.CausesValidationPropertyConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")> <MergablePropertyAttribute(False)> Public Shadows Property CausesValidation As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.CausesValidation = value value = instance.CausesValidation
[C1Category("Focus")] [C1Description("Gets or sets a value indicating whether the control causes validation (i.e. calls Validating and Validated events).")] [DefaultValue()] [TypeConverter("C1.Win.C1Input.Design.CausesValidationPropertyConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [MergableProperty(false)] public new bool CausesValidation {get; set;}
[C1Category("Focus")] [C1Description("Gets or sets a value indicating whether the control causes validation (i.e. calls Validating and Validated events).")] [DefaultValue()] [TypeConverter("C1.Win.C1Input.Design.CausesValidationPropertyConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [MergableProperty(false)] public: new property bool CausesValidation { 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