Good Evening
I am using the 2010 Q3 controls and i have created some buttons within a Vertical Button Group. However the controls that i have had on there and assigned code to and everything have suddenly vanished and keetp vanishing even when i recreate them however i have to create them with a different name.
They are in the designed code:
and
note end of the first line me.btnSetVATFigure
However as you can see from the attached screen shot the button is not visible on the form.
Can someone please explain this to me as its getting very annoying now as I'm sure you will appreciate.
Thank you in advance
Luke Frost
I am using the 2010 Q3 controls and i have created some buttons within a Vertical Button Group. However the controls that i have had on there and assigned code to and everything have suddenly vanished and keetp vanishing even when i recreate them however i have to create them with a different name.
They are in the designed code:
Me
.btnSetVATFigure =
New
Telerik.WinControls.UI.RadLabelElement
'
'RadRibbonBarButtonGroup4
'
Me
.RadRibbonBarButtonGroup4.Items.AddRange(
New
Telerik.WinControls.RadItem() {
Me
.RadButtonElement18,
Me
.btnRemoveProject,
Me
.RadButtonElement17,
Me
.btnPricingRemoveProject,
Me
.btnPricingEditPrices,
Me
.RadButtonElement20,
Me
.btnSetVATFigure})
Me
.RadRibbonBarButtonGroup4.Name =
"RadRibbonBarButtonGroup4"
Me
.RadRibbonBarButtonGroup4.Orientation = System.Windows.Forms.Orientation.Vertical
Me
.RadRibbonBarButtonGroup4.Text =
"RadRibbonBarButtonGroup4"
However as you can see from the attached screen shot the button is not visible on the form.
Can someone please explain this to me as its getting very annoying now as I'm sure you will appreciate.
Thank you in advance
Luke Frost