CM3D2.SubScreen.Plugin.SubScreen.SubScreenParam.IsButton C# (CSharp) Method

IsButton() public method

public IsButton ( string key ) : bool
key string
return bool
            public bool IsButton(string key)
            {
                return (sType[key] == "button") ? true : false;
            }