| C1.Win.C1Input Namespace > PreValidation Class : Inherit Property |
'Declaration<C1DescriptionAttribute("Manages inheritance of the PreValidation properties from the host control properties.")> <DefaultValueAttribute()> <ParenthesizePropertyNameAttribute(True)> <RefreshPropertiesAttribute(RefreshProperties.All)> <BrowsableAttribute(False)> <LocalizableAttribute(True)> Public Property Inherit As PreValidationInheritFlags
'UsageDim instance As PreValidation Dim value As PreValidationInheritFlags instance.Inherit = value value = instance.Inherit
[C1Description("Manages inheritance of the PreValidation properties from the host control properties.")] [DefaultValue()] [ParenthesizePropertyName(true)] [RefreshProperties(RefreshProperties.All)] [Browsable(false)] [Localizable(true)] public PreValidationInheritFlags Inherit {get; set;}
[C1Description("Manages inheritance of the PreValidation properties from the host control properties.")] [DefaultValue()] [ParenthesizePropertyName(true)] [RefreshProperties(RefreshProperties.All)] [Browsable(false)] [Localizable(true)] public: property PreValidationInheritFlags Inherit { PreValidationInheritFlags get(); void set ( PreValidationInheritFlags 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