Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / NMHDR Structure / idFrom Field


In This Topic
    idFrom Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public idFrom As IntPtr
    'Usage
     
    
    Dim instance As NMHDR
    Dim value As IntPtr
     
    value = instance.idFrom
     
    instance.idFrom = value
    public IntPtr idFrom
    See Also