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