C1.Win.Input Namespace / C1NumericEdit Class / ShouldSerializeInitialSelection Method

In This Topic
ShouldSerializeInitialSelection Method (C1NumericEdit)
In This Topic
Specifies whether to save the value of the C1.Win.Input.Base.C1TextBoxBase.InitialSelection property.
Syntax
'Declaration
 
Protected Function ShouldSerializeInitialSelection() As Boolean
 

Return Value

Returns true if the property has changed; otherwise, returns false.
See Also