Smrf.NodeXL.Visualization.Wpf.NodeXLControl.NodeXLControl C# (CSharp) Method

NodeXLControl() static private method

Static constructor for the NodeXLControl class.
static private NodeXLControl ( ) : System
return System
    static NodeXLControl()
    {
        // If this isn't done, the Keyboard class can't be used to detect which
        // keys are pressed.

        FocusableProperty.OverrideMetadata( typeof(NodeXLControl),
            new UIPropertyMetadata(true) );
    }
NodeXLControl