The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I am trying to customize the baritems to handle the different languages.
Therefore I am going through the items collection of the barManager and eventually existing ParantBarItems. For each item I set the text depending on its tag property.
This logic happens on Form_Load. At this time I am only able to catch the baritems of the form beeing loaded. All commands of forms that are not yet loaded cannot be accessed. Where is the right place to execute this logic? When does the BarManager load the customized barItems? I also tried to execute at OnPaint of the form.
ADAdministrator Syncfusion Team May 14, 2002 11:55 AM UTC
The best place to change the names of the items belonging to the child forms is in the child form's constructor.
-Praveen Ramesh
> I am trying to customize the baritems to handle the different languages.
>
> Therefore I am going through the items collection of the barManager and eventually existing ParantBarItems. For each item I set the text depending on its tag property.
>
> This logic happens on Form_Load. At this time I am only able to catch the baritems of the form beeing loaded. All commands of forms that are not yet loaded cannot be accessed. Where is the right place to execute this logic? When does the BarManager load the customized barItems? I also tried to execute at OnPaint of the form.
>
>