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

In This Topic
    IsCustom Property (RibbonCommandBase)
    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