Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » ApplicationMenuSeparator lost values Collapse All
Subject Author Date
Gunter Avenius Apr 26, 2008 - 5:50 AM

Hello,


(vb2005 /  Elegant Ribbon 3.0)


how can i set Elegant.Ui.ApplicationMenuSeparatorInformativeness.FixedLevel to

 "SeparatorWithText" with Code?


I use following Code but it dont works:



Dim va As Elegant.Ui.ApplicationMenuSeparatorInformativeness
va = Me.Separator3.Informativeness
Separator3.Informativeness.FixedLevel = va.MaximumLevel



Thanks



Gunter


 


 


 


 


 


 

Gunter Avenius Apr 27, 2008 - 1:37 AM

Thanks!

Technical Support Apr 27, 2008 - 1:26 AM

The MaximumLevel property value stands for maximum allowable informativeness during adaptive layout. To accomplish your task, just use:

separator3.Informativeness.FixedLevel = ApplicationMenuSeparatorInformativenessLevel.SeparatorWithText