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