Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / UserEntryPriv Property


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