Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / NMHDR Structure / code Field


In This Topic
    code Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public code As Integer
    'Usage
     
    
    Dim instance As NMHDR
    Dim value As Integer
     
    value = instance.code
     
    instance.code = value
    public int code
    See Also