samirc23Contributor12 years agoInputKind Propertyhi, how to enable SmartInput feature? plz check out this link for more information - http://support.smartbear.com/viewarticle/28094/?_ga=1.224096088.2127464731.1383560853Show More
TanyaYatskovskaAlumni12 years ago Hi Sam, As the property is applied to the TcxDateEdit object, you need to get it first. Here is the example: function test() { var cntlDateEdit = UserForms.UserForm1.cxDateEdit1; cntlDateEdit.Properties.InputKind = "ikStandard"; }
Recent Discussionscapture variable from the popup in Desktop applicationUnable to run Keyword Tests after 15.80"Simplified WPF object tree" setting
Related ContentHow to create a JSONPath Property Transfer including a ${Properties#property} ?Operating with TestCase propertiesComparison of Two Property Values In Two Different Properties Steps