ComponentOne MultiSelect for WinForms
C1.Win.Input.Styles Namespace / CheckBoxStyle Class / ShouldSerializeText Method

In This Topic
    ShouldSerializeText Method (CheckBoxStyle)
    In This Topic
    Specifies whether to save the value of the Text property.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeText() As Boolean
    protected bool ShouldSerializeText()

    Return Value

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