EditorTab.EnumToolbar C# (CSharp) Method

EnumToolbar() public static method

public static EnumToolbar ( string text, int index, System e ) : int
text string
index int
e System
return int
    public static int EnumToolbar(string text, int index, System.Type e)
    {
        return EditorTab.EnumToolbar(text, index, e, 200);
    }

Same methods

EditorTab::EnumToolbar ( string text, int index, System e, int width ) : int