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

ShowLayoutTypeIsNullWarning() protected method

protected ShowLayoutTypeIsNullWarning ( String sAction ) : void
sAction String
return void
    ShowLayoutTypeIsNullWarning
    (
        String sAction
    )
    {
        Debug.Assert( !String.IsNullOrEmpty(sAction) );
        AssertValid();

        FormUtil.ShowWarning(
            "The Layout is set to None.  Before you can " + sAction + 
                ", you must select a different Layout.\r\n\r\n"
                + HowToSetLayoutTypeMessage
            );
    }
TaskPane