Smrf.NodeXL.ExcelTemplate.TaskPane.tssbLayout_DropDownOpening C# (CSharp) Method

tssbLayout_DropDownOpening() private method

private tssbLayout_DropDownOpening ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
    tssbLayout_DropDownOpening
    (
        object sender,
        EventArgs e
    )
    {
        // Starting with version 1.0.1.159, the readability metrics feature is
        // hidden unless you press the shift key while opening the Layout menu.
        // This is to allow the feature to be improved before releasing it to
        // the public, but still let NodeXL team members access it.

        #if true

        msiShowReadabilityMetrics.Visible =
            ( (Control.ModifierKeys & Keys.Shift) != 0 );

        #endif
    }
TaskPane