Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonCommand Class / IsCustom Property

In This Topic
    IsCustom Property (RibbonCommand)
    In This Topic
    Returns whether command is a custom (i.e made by user) or a build-in
    Syntax
    public bool IsCustom {get;}
    public:
    property bool IsCustom {
       bool get();
    }
    See Also