Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / ShouldSerializeInitialSelection Method

In This Topic
    ShouldSerializeInitialSelection Method (C1TextBox)
    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
    protected bool ShouldSerializeInitialSelection()

    Return Value

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