Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NFilterMessageEventArgs Class / Message Property


In This Topic
    Message Property (NFilterMessageEventArgs)
    In This Topic
    Gets/sets the associated Message.
    Syntax
    'Declaration
     
    
    Public Property Message As System.Windows.Forms.Message
    'Usage
     
    
    Dim instance As NFilterMessageEventArgs
    Dim value As System.Windows.Forms.Message
     
    instance.Message = value
     
    value = instance.Message
    public System.Windows.Forms.Message Message {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also