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