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


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