| C1.Win.C1Input Namespace > PreValidation Class : TrimStart Property |
'Declaration<C1DescriptionAttribute("If True, leading spaces are removed before validation.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <LocalizableAttribute(True)> Public Property TrimStart As Boolean
'UsageDim instance As PreValidation Dim value As Boolean instance.TrimStart = value value = instance.TrimStart
[C1Description("If True, leading spaces are removed before validation.")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public bool TrimStart {get; set;}
[C1Description("If True, leading spaces are removed before validation.")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public: property bool TrimStart { bool get(); void set ( bool 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