Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / TextPriv Property


In This Topic
    TextPriv Property (ElementWindowless)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Property TextPriv As String
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As String
     
    instance.TextPriv = value
     
    value = instance.TextPriv
    protected virtual string TextPriv {get; set;}
    See Also