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