or
this.radButton1.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.radButton1.Image = global::TestPopup.Properties.Resources.Image32x32;
this.radButton1.Location = new System.Drawing.Point(13, 13);
this.radButton1.Size = new System.Drawing.Size(131, 44);
this.radButton1.Text = "The Quick Brown Fox";
this.radButton1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.radButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.radButton1.TextWrap = true;
AutoScaleMod = Font
Public
Sub
exporter_ExcelTableCreated(
ByVal
sender
As
Object
,
ByVal
e
As
Telerik.WinControls.UI.Export.ExcelML.ExcelTableCreatedEventArgs)
Dim
subHeader
As
String
=
"Exported "
& Now().ToString
Dim
style1
As
ExcelML.SingleStyleElement = (
CType
(sender, ExportToExcelML)).AddCustomExcelRow(e.ExcelTableElement, 0, subHeader)
style.FontStyle.Bold =
True
style.FontStyle.Size = 11
style1.FontStyle.Color = Color.RoyalBlue
toolWindow1.ToolCaptionButtons =
ToolStripCaptionButtons.AutoHide;