Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface / InitialValue Property


In This Topic
    InitialValue Property (IManageFmtInput)
    In This Topic
    Gets or sets the initial value if the string is null. (Optional. To clear, set to null.)
    Syntax
    'Declaration
     
    
    Property InitialValue As Object
    'Usage
     
    
    Dim instance As IManageFmtInput
    Dim value As Object
     
    instance.InitialValue = value
     
    value = instance.InitialValue
    object InitialValue {get; set;}
    See Also