| C1.Win.C1Input Namespace > C1TextBox Class : MaxLengthUnit Property |
'Declaration<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("Determines the unit for counting for the MaxLength property.")> <DefaultValueAttribute()> Public Property MaxLengthUnit As LengthUnit
'UsageDim instance As C1TextBox Dim value As LengthUnit instance.MaxLengthUnit = value value = instance.MaxLengthUnit
[C1Category("Behavior")] [C1Description("Determines the unit for counting for the MaxLength property.")] [DefaultValue()] public LengthUnit MaxLengthUnit {get; set;}
[C1Category("Behavior")] [C1Description("Determines the unit for counting for the MaxLength property.")] [DefaultValue()] public: property LengthUnit MaxLengthUnit { LengthUnit get(); void set ( LengthUnit 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