Slouží pro sdílení tlačítek

<ButtonShareCodes>
  <ButtonShareCode Ident="ShareSaveStop">
    <Buttons>
      <Button Ident="SaveStop" IsVisible="false">
        <Actions>
          <Action xsi:type="Required" ActionStart="BeforeValidation">
            <Idents>
              <string>Ident</string>
            </Idents>
          </Action>
        </Actions>
      </Button>
    </Buttons>
  </ButtonShareCode>
</ButtonShareCodes>


Daná sekce použije tak, že se do Buttons přidá element + Ident ze sekce ButtonShareCode
<Button xsi:type="ShareCodeButton" Ident="ShareSaveStop"></Button>