Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandData Class / Command Property


In This Topic
    Command Property (NCommandData)
    In This Topic
    Gets/sets the NCommand object which state will be saved/loaded.
    Syntax
    'Declaration
     
    
    Public Overridable Property Command As NCommand
    'Usage
     
    
    Dim instance As NCommandData
    Dim value As NCommand
     
    instance.Command = value
     
    value = instance.Command
    public virtual NCommand Command {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