or
ThemeResolutionService.LoadPackageResource("Phantom.MyTheme.tssp")
this
.radScrollablePanel1.PanelContainer.VerticalScroll.Value = value;
Public Class MyRadGroupBox
Inherits Telerik.WinControls.UI.RadGroupBox
'========================================================================================================================
' This is the constructor for this class
'========================================================================================================================
Public Sub New()
Me.HeaderMargin = New System.Windows.Forms.Padding(0)
Me.HeaderText = ""
Me.Location = New System.Drawing.Point(3, 2)
Me.Name = "myRadGroupBox"
Me.Padding = New System.Windows.Forms.Padding(1)
Me.Margin = New System.Windows.Forms.Padding(1)
Me.Size = New System.Drawing.Size(500, 386)
Me.RootElement.Padding = New System.Windows.Forms.Padding(1)
'Me.RootElement.BackColor = System.Drawing.Color.White
'Me.BackColor = System.Drawing.Color.White
'Me.GroupBoxElement.BackColor = System.Drawing.Color.White
DirectCast(Me.GroupBoxElement.Content.Children(0), FillPrimitive).BackColor = System.Drawing.Color.White
End Sub
End Class
((Telerik.WinControls.Primitives.
BorderPrimitive)(this.tabItem2.GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(64)))), ((int)(((byte)(66))))); ---> Please guide if these colors make up "#484042" since the designer generated those ARGB values when I put in the above hex value.
Also, I am having a weird problem with top border of the ContentPanel. The left, right and bottom border lines appear and are visible during run time, but for some reason I dont see the upper/top border for tabItem's ContentPanel.
Kindly help
Thanks,
Jayanthi
tjayanthi@dsionline.biz