[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Applying style to Infragistics Controls

Status
Not open for further replies.
M

mkontwg

Guest
Hi I have also applied same logic on my form. Its working fine, my question is how do I apply it on my ultratoolbarManager?. e.i I have created a handler below to apply styling but only in one item. I want to apply it across of these toolbars.
Code:
 @VisualDesigner. METHOD PRIVATE VOID Trendy_btn(INPUT sender AS System.Object, INPUT e AS Infragistics.Win.UltraWinToolbars.ToolClickEventArgs): DEFINE VARIABLE vStyle AS CHARACTER NO-UNDO. setGStyle("C:\Projects\CustomerApplication\src\Styles\Trendy.isl" + vStyle). END METHOD. These below are the buttonTools; [code] labelTool2:SharedPropsInternal:Caption = "Trendy". labelTool2:Tag = "Trendy.isl". appearance4:Image = CAST(resources:GetObject("appearance4.Image"), System.Object). labelTool4:SharedPropsInternal:AppearancesSmall:Appearance = appearance4. labelTool4:SharedPropsInternal:Caption = "Windows 7".

[url="https://community.progress.com/community_groups/openedge_development/f/19/p/1206/114105#114105"]Continue reading...[/url]
 
Status
Not open for further replies.
Top