103 |
ImageSize property on 32 (specifies the size of control' icons/images/check-boxes/radio-buttons)
|
102 |
ImageSize property on 16 (default) (specifies the size of control' icons)
|
101 |
How can I use the BackgroundExt property
exstatusbar1.BeginUpdate(); exstatusbar1.Format = "1,2,3"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1); var_Panel.Text = "Panel 1"; var_Panel.BackgroundExt = "bottom[10,pattern=6,back=RGB(255,0,0),text=`<font ;6><img>alert</img><b>Alert!`,align=0x11]"; exontrol.EXSTATUSBARLib.Panel var_Panel1 = exstatusbar1.get_Panel(2); var_Panel1.Text = "Panel 2"; var_Panel1.BackgroundExt = "bottom[20,back=RGB(128,0,0),text=`<fgcolor FFFFFF><img>alert</img><b>Alert!`,align=0x11]"; exontrol.EXSTATUSBARLib.Panel var_Panel2 = exstatusbar1.get_Panel(3); var_Panel2.Text = "Panel 3"; var_Panel2.BackgroundExt = "bottom[30,back=RGB(64,0,0),text=`<font ;12><fgcolor FFFFFF><img>alert</img><b>Alert!`,align=0x11]"; exstatusbar1.EndUpdate(); |
100 |
How do I access the properties and the methods of an inner ActiveX control to a panel
exstatusbar1.BeginUpdate(); exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exontrol.EXSTATUSBARLib.Appearance var_Appearance = exstatusbar1.VisualAppearance; var_Appearance.Add(4,"c:\\exontrol\\images\\border.ebn"); var_Appearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2,(24;5/6)"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1); var_Panel.ControlID = "MSCAL.Calendar"; // Add 'Microsoft Calendar Control 2007(MSCAL.OCX)' reference to your project. MSACAL.Calendar var_Calendar = (var_Panel.Object as MSACAL.Calendar); var_Calendar.MonthLength = 0; var_Calendar.BackColor = Color.FromArgb(255,255,255); exontrol.EXSTATUSBARLib.Panel var_Panel1 = exstatusbar1.get_Panel(5); var_Panel1.Text = "<fgcolor=FFFFFF><img>1</img>75%</fgcolor>"; var_Panel1.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleLeft; var_Panel1.Percent = 75; var_Panel1.Transparency = 35; var_Panel1.Offset = "4 2 -4 -2"; exstatusbar1.EndUpdate(); |
99 |
How do I insert an ActiveX control to a panel
exstatusbar1.BeginUpdate(); exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exontrol.EXSTATUSBARLib.Appearance var_Appearance = exstatusbar1.VisualAppearance; var_Appearance.Add(4,"c:\\exontrol\\images\\border.ebn"); var_Appearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2,(24;5/6)"; exstatusbar1.get_Panel(1).ControlID = "MSChart20Lib.MSChart"; exstatusbar1.get_Panel(2).ControlID = "MSCAL.Calendar"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(5); var_Panel.Text = "<fgcolor=FFFFFF><img>1</img>75%</fgcolor>"; var_Panel.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleLeft; var_Panel.Percent = 75; var_Panel.Transparency = 35; var_Panel.Offset = "4 2 -4 -2"; exstatusbar1.EndUpdate(); |
98 |
How can I show the percent value over the progress bar using a semi-transparent color
|
97 |
How can I control the padding of the percent/progressbar control
|
96 |
Can I change the visual appearance of the percent or a progress-bar inside the panel
exstatusbar1.BeginUpdate(); exontrol.EXSTATUSBARLib.Appearance var_Appearance = exstatusbar1.VisualAppearance; var_Appearance.Add(1,"c:\\exontrol\\images\\normal.ebn"); var_Appearance.Add(4,"c:\\exontrol\\images\\border.ebn"); var_Appearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2,(24;5/6)"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(5); var_Panel.BackColor = Color.FromArgb(255,255,255); var_Panel.Text = "15%"; var_Panel.Percent = 15; var_Panel.BackColorPercent32 = 0x1000000; exstatusbar1.EndUpdate(); |
95 |
Can I change the visual appearance of the percent or a progress-bar inside the panel
exstatusbar1.BeginUpdate(); exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exontrol.EXSTATUSBARLib.Appearance var_Appearance = exstatusbar1.VisualAppearance; var_Appearance.Add(1,"gBFLBCJwBAEHhEJAEGg8GhiAADACAxRDAMgBQKAAzQFAYbhrBaERhGIYYJhUAIIRZGMIjFDcEwxDSMQJjaCRQh+JYkR6MQCSBJkMw5AaXYrlWJoMjKA4nTbKMjRfKcW" + "RjGKeJ5kOaZIhuJgCUJLM70HRMExqGQaRJpeoZVDUMJSQjVVYUbDVFwHIKkZzoWhJQiKXIuRzXdKzLYVSABA6xbLiWrpWqebQAThbdD3FC1aTBISpaztepKZpeVaGXxc" + "do3LTlbzzOC3MRva7MOjqJJIYjMGJ3fLuA49QrBKymWJcYwyGgIQiBdKaK7+WgBVp/YqjeL9IgMUBpGKdBynlzGHzeQiQRK8BDIbQSFCEdpADSrKBiFioZjXGwbBaXJ4" + "ujOdY2D2Do3FeOZbmmdx6HAECAg=="); var_Appearance.Add(4,"c:\\exontrol\\images\\border.ebn"); var_Appearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2,(24;5/6)"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(5); var_Panel.Text = "<fgcolor=FFFFFF><img>1</img>75%</fgcolor>"; var_Panel.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleLeft; var_Panel.Percent = 75; var_Panel.Transparency = 35; var_Panel.Offset = "4 2 -4 -2"; var_Panel.BackColorPercent32 = 0x1000000; exstatusbar1.EndUpdate(); |
94 |
How can I change the color of the percent or a progress-bar inside the panel
|
93 |
How can I display a percent or a progress-bar inside the panel
|
92 |
Is there any property to get the width/height of the panel
|
91 |
How can I disable a panel
|
90 |
How can I assign an extra data to my panel
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2,(5/6/7/8)"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(5); var_Panel.Text = "UserData"; var_Panel.UserData = "this is just some extra data associated to the panel"; var_Panel.ToolTipText = var_Panel.UserData.ToString(); exstatusbar1.EndUpdate(); |
89 |
Is there any option to draw myself the panel
|
88 |
How can I assign a tooltip to a panel
exstatusbar1.BeginUpdate(); exstatusbar1.ToolTipDelay = 1; exstatusbar1.ToolTipWidth = 364; exstatusbar1.Format = "1/2/3"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1); var_Panel.Text = "This is a bit of text that should occurs when the cursor hovers the panel"; var_Panel.ToolTipText = var_Panel.Text; var_Panel.ToolTipTitle = "Title"; var_Panel.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleLeft; exontrol.EXSTATUSBARLib.Panel var_Panel1 = exstatusbar1.get_Panel(2); var_Panel1.Text = "This is a bit of text that should occurs when the cursor hovers the panel"; var_Panel1.ToolTipText = var_Panel1.Text; var_Panel1.ToolTipTitle = "Title"; var_Panel1.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleLeft; exontrol.EXSTATUSBARLib.Panel var_Panel2 = exstatusbar1.get_Panel(3); var_Panel2.Text = "This is a bit of text that should occurs when the cursor hovers the panel"; var_Panel2.ToolTipText = var_Panel2.Text; var_Panel2.ToolTipTitle = "Title"; var_Panel2.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleLeft; exstatusbar1.EndUpdate(); |
87 |
How can I assign an icon/image to a panel
exstatusbar1.BeginUpdate(); exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.get_Panel(1).Image = 1; exstatusbar1.get_Panel(6).Image = 2; exstatusbar1.get_Panel(8).Image = 3; exstatusbar1.EndUpdate(); |
86 |
How can I get the index of the panel
exstatusbar1.BeginUpdate(); exstatusbar1.Appearance = exontrol.EXSTATUSBARLib.AppearanceEnum.None2; exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.Debug = true; exstatusbar1.EndUpdate(); |
85 |
How can I get the index of the panel
|
84 |
How can I change the panel's visual appearance using EBN files
exstatusbar1.BeginUpdate(); exstatusbar1.Appearance = exontrol.EXSTATUSBARLib.AppearanceEnum.None2; exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.Debug = true; exstatusbar1.EndUpdate(); |
83 |
How can I change the panel's visual appearance using EBN files
exstatusbar1.BeginUpdate(); exontrol.EXSTATUSBARLib.Appearance var_Appearance = exstatusbar1.VisualAppearance; var_Appearance.Add(3,"c:\\exontrol\\images\\normal.ebn"); var_Appearance.Add(4,"c:\\exontrol\\images\\pushed.ebn"); var_Appearance.Add(1,"CP:3 2 2 -2 -2"); var_Appearance.Add(2,"CP:4 2 2 -2 -2"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1); var_Panel.Text = "Panel 1"; var_Panel.BackColor32 = 0x1000000; exontrol.EXSTATUSBARLib.Panel var_Panel1 = exstatusbar1.get_Panel(2); var_Panel1.Text = "Panel 2"; var_Panel1.BackColor32 = 0x2000000; exstatusbar1.EndUpdate(); |
82 |
How can I change the panel's visual appearance using EBN files
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(1,"c:\\exontrol\\images\\normal.ebn"); exstatusbar1.VisualAppearance.Add(2,"c:\\exontrol\\images\\pushed.ebn"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "\"\":4,((4;\"\"/1/4;\"\"),\"\":4,(4;\"\"/2/4;\"\")),\"\":4"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1); var_Panel.Text = "Panel 1"; var_Panel.BackColor32 = 0x1000000; exontrol.EXSTATUSBARLib.Panel var_Panel1 = exstatusbar1.get_Panel(2); var_Panel1.Text = "Panel 2"; var_Panel1.BackColor32 = 0x2000000; exstatusbar1.EndUpdate(); |
81 |
How can I change the panel's background color
exstatusbar1.BeginUpdate(); exstatusbar1.Format = "\"\":4,((4;\"\"/1/4;\"\"),\"\":4,(4;\"\"/2/4;\"\")),\"\":4"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1); var_Panel.Text = "Panel 1"; var_Panel.BackColor = Color.FromArgb(255,255,0); exontrol.EXSTATUSBARLib.Panel var_Panel1 = exstatusbar1.get_Panel(2); var_Panel1.Text = "Panel 2"; var_Panel1.BackColor = Color.FromArgb(255,0,255); exstatusbar1.EndUpdate(); |
80 |
How can I change the caption's foreground color
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1:48/2"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1); var_Panel.Text = "Panel 1"; var_Panel.ForeColor = Color.FromArgb(255,255,0); exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(2); var_Panel.Text = "Panel 2"; var_Panel.ForeColor = Color.FromArgb(255,0,255); exstatusbar1.EndUpdate(); |
79 |
How can I show in strikeout the caption in the panel
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1); var_Panel.Text = "Panel 1"; var_Panel.StrikeOut = true; exstatusbar1.get_Panel(2).Text = "<s>Panel</s> 2"; exstatusbar1.EndUpdate(); |
78 |
How can I underline the caption in the panel
|
77 |
How can I show in italic a specified panel
|
76 |
How can I show in bold a specified panel
|
75 |
How do I control the padding on the left, top or other sides
|
74 |
How can I display the panel using a single line
|
73 |
How can I align the text inside the panel
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "(0/16/32),(1/17/33),(2/18/34)"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(0); var_Panel.Text = "exAlignTopLeft"; var_Panel.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignTopLeft; exontrol.EXSTATUSBARLib.Panel var_Panel1 = exstatusbar1.get_Panel(1); var_Panel1.Text = "exAlignTopCenter"; var_Panel1.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignTopCenter; exontrol.EXSTATUSBARLib.Panel var_Panel2 = exstatusbar1.get_Panel(2); var_Panel2.Text = "exAlignTopRight"; var_Panel2.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignTopRight; exontrol.EXSTATUSBARLib.Panel var_Panel3 = exstatusbar1.get_Panel(16); var_Panel3.Text = "exAlignMiddleLeft"; var_Panel3.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleLeft; exontrol.EXSTATUSBARLib.Panel var_Panel4 = exstatusbar1.get_Panel(17); var_Panel4.Text = "exAlignMiddleCenter"; var_Panel4.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleCenter; exontrol.EXSTATUSBARLib.Panel var_Panel5 = exstatusbar1.get_Panel(18); var_Panel5.Text = "exAlignMiddleRight"; var_Panel5.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleRight; exontrol.EXSTATUSBARLib.Panel var_Panel6 = exstatusbar1.get_Panel(32); var_Panel6.Text = "exAlignBottomLeft"; var_Panel6.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignBottomLeft; exontrol.EXSTATUSBARLib.Panel var_Panel7 = exstatusbar1.get_Panel(33); var_Panel7.Text = "exAlignBottomCenter"; var_Panel7.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignBottomCenter; exontrol.EXSTATUSBARLib.Panel var_Panel8 = exstatusbar1.get_Panel(34); var_Panel8.Text = "exAlignBottomRight"; var_Panel8.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignBottomRight; exstatusbar1.EndUpdate(); |
72 |
How can I display the <b> in the panel's caption
|
71 |
How can I insert anchors or hyperlinks
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "Link <a1>1</a>"; exstatusbar1.get_Panel(2).Text = "<a2>Link 2</a>"; exstatusbar1.EndUpdate(); |
70 |
How can I change the font for a panel
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "<font Tahoma>Panel 1</font>"; exstatusbar1.get_Panel(2).Text = "<font System>Panel 2</font>"; exstatusbar1.EndUpdate(); |
69 |
Is there any option to display the text using different fonts
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "Panel <font Tahoma;20>1</font>"; exstatusbar1.get_Panel(2).Text = "Panel <font Tahoma;16>2</font>"; exstatusbar1.EndUpdate(); |
68 |
Is there any option to insert custom size pictures in the text
exstatusbar1.BeginUpdate(); exstatusbar1.set_HTMLPicture("pic1","c:\\exontrol\\images\\zipdisk.gif"); exstatusbar1.set_HTMLPicture("pic2","c:\\exontrol\\images\\auction.gif"); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "Panel 1<img>pic1</img>"; exstatusbar1.get_Panel(2).Text = "Panel <img>pic2</img> 2"; exstatusbar1.EndUpdate(); |
67 |
Is there any option to insert icons in the text
exstatusbar1.BeginUpdate(); exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "Panel 1<img>1</img>"; exstatusbar1.get_Panel(2).Text = "<img>2</img>Panel 2"; exstatusbar1.EndUpdate(); |
66 |
How do I show the panel's caption using multiple lines
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "Panel 1<br>Line 1<br>Line2"; exstatusbar1.get_Panel(2).Text = "<bgcolor=FFFF00>Panel</bgcolor> 2"; exstatusbar1.EndUpdate(); |
65 |
How do I show a portion of the text using a different background color
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "<bgcolor=FF0000>Panel</bgcolor> 1"; exstatusbar1.get_Panel(2).Text = "<bgcolor=FFFF00>Panel</bgcolor> 2"; exstatusbar1.EndUpdate(); |
64 |
How do I show a portion of the text in a different color
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "<fgcolor=FF0000>Panel</fgcolor> 1"; exstatusbar1.get_Panel(2).Text = "<fgcolor=FFFF00>Panel</fgcolor> 2"; exstatusbar1.EndUpdate(); |
63 |
How do I show a portion of the text as italic in the panel
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "<i>Panel</i> 1"; exstatusbar1.get_Panel(2).Text = "<i>Panel</i> 2"; exstatusbar1.EndUpdate(); |
62 |
How do I show a portion of the text as strikeout in the panel
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "<s>Panel</s> 1"; exstatusbar1.get_Panel(2).Text = "<s>Panel</s> 2"; exstatusbar1.EndUpdate(); |
61 |
How do I underline a portion of the text in the panel
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "<u>Panel</u> 1"; exstatusbar1.get_Panel(2).Text = "<u>Panel</u> 2"; exstatusbar1.EndUpdate(); |
60 |
How do I bold a portion of the text in the panel
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "<b>Panel</b> 1"; exstatusbar1.get_Panel(2).Text = "<b>Panel</b> 2"; exstatusbar1.EndUpdate(); |
59 |
How do I assign a caption or a text to a panel
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Format = "1/2"; exstatusbar1.get_Panel(1).Text = "Panel 1"; exstatusbar1.get_Panel(2).Text = "Panel 2"; exstatusbar1.EndUpdate(); |
58 |
How do I access properties and methods of the panel
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1010/2020"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1010); var_Panel.Text = "Panel 1"; var_Panel.Bold = true; exstatusbar1.get_Panel(2020).Text = "Panel 2"; exstatusbar1.EndUpdate(); |
57 |
How do I clear the panels
|
56 |
How can I add or arrange the panels in the status bar control
exstatusbar1.BeginUpdate(); exstatusbar1.Format = "\"<a1>link</a>\"[a=17]:64,11:64,((24;21/\"Arrange the panels as you want using CRD strings\"[a=17][ww])/24;3),(33/44):48"; exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exontrol.EXSTATUSBARLib.Appearance var_Appearance = exstatusbar1.VisualAppearance; var_Appearance.Add(1,"c:\\exontrol\\images\\border.ebn"); var_Appearance.Add(2,"c:\\exontrol\\images\\border.ebn"); var_Appearance.Add(3,"CP:2 1 1 -1 -1"); exstatusbar1.Appearance = exontrol.EXSTATUSBARLib.AppearanceEnum.None2; exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.BackColorPanels32 = 0x3000000; exstatusbar1.get_Panel(11).Text = "Panel <b>1</b>"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(3); var_Panel.Transparency = 50; var_Panel.Text = "<img>1</img>75%"; var_Panel.Percent = 75; var_Panel.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleLeft; var_Panel.Offset = "4 4 -4 -4"; var_Panel.OffsetPercent = var_Panel.Offset; var_Panel.BackColorPercent32 = 0x1000000; exstatusbar1.get_Panel(21).Image = 1; exontrol.EXSTATUSBARLib.Panel var_Panel1 = exstatusbar1.get_Panel(33); var_Panel1.Text = "Panel 3"; var_Panel1.Bold = true; var_Panel1.Enabled = false; exstatusbar1.get_Panel(44).Text = "Panel 4"; exstatusbar1.EndUpdate(); |
55 |
How can I add three panels aligned from top to bottom, and the last divided in two panels
exstatusbar1.BeginUpdate(); exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1/2/48;(3,4:48)"; exstatusbar1.get_Panel(1).Text = "Panel 1"; exstatusbar1.get_Panel(2).Text = "Panel 2"; exstatusbar1.get_Panel(3).Text = "Panel 3"; exstatusbar1.get_Panel(4).Text = "Panel 4"; exstatusbar1.EndUpdate(); |
54 |
How can I add three panels aligned from top to bottom
exstatusbar1.BeginUpdate(); exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1/2/3"; exstatusbar1.get_Panel(1).Text = "Panel 1"; exstatusbar1.get_Panel(2).Text = "Panel 2"; exstatusbar1.get_Panel(3).Text = "Panel 3"; exstatusbar1.EndUpdate(); |
53 |
How can I add two panels to the status bar control, first aligned to the left, the second aligned to the right, and in the middle some text
exstatusbar1.BeginUpdate(); exstatusbar1.BackColor32 = 0x8000000f; exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1:64,\"<img>1</img> just text and so on ...\"[a=17],2:96"; exstatusbar1.get_Panel(1).Text = "Panel 1"; exstatusbar1.get_Panel(2).Text = "Panel 2"; exstatusbar1.EndUpdate(); |
52 |
How can I add two panels to the status bar control, first aligned to the left, the second aligned to the right
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1:64,\"\",2:96"; exstatusbar1.get_Panel(1).Text = "Panel 1"; exstatusbar1.get_Panel(2).Text = "Panel 2"; exstatusbar1.EndUpdate(); |
51 |
How can I add two panels to the status bar control, so the first has a specified width
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1:64,2"; exstatusbar1.get_Panel(1).Text = "Panel 1"; exstatusbar1.get_Panel(2).Text = "Panel 2"; exstatusbar1.EndUpdate(); |
50 |
How can I add two panels to the status bar control, so the second has a specified width
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2:64"; exstatusbar1.get_Panel(1).Text = "Panel 1"; exstatusbar1.get_Panel(2).Text = "Panel 2"; exstatusbar1.EndUpdate(); |
49 |
How can I add two panels to the status bar control
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2"; exstatusbar1.get_Panel(1).Text = "Panel 1"; exstatusbar1.get_Panel(2).Text = "Panel 2"; exstatusbar1.EndUpdate(); |
48 |
How do I add one panel to the status bar control
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 2 2 -2 -2"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1"; exstatusbar1.get_Panel(1).Text = "Panel 1"; exstatusbar1.EndUpdate(); |
47 |
How do I arrange the panels in the status bar
|
46 |
How do I arrange the panels in the status bar
|
45 |
How do I arrange the panels in the status bar
|
44 |
How do I get the panel from the cursor
Object p = (exstatusbar1.get_PanelFromPoint(-1,-1) as Object); |
43 |
How do I draw a border for all panels
exstatusbar1.BeginUpdate(); exstatusbar1.Debug = true; exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\normal.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 2 2 -2 -2"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,(3/4/5)"; exstatusbar1.EndUpdate(); |
42 |
How do I draw a border for all panels
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 2 2 -2 -2"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Debug = true; exstatusbar1.Format = "(0/1:32),2,(3/4/5)"; exstatusbar1.EndUpdate(); |
41 |
Is there any option to display the identifiers of the panels
|
40 |
Can I get the anchor from the point so I can display a tooltip
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3"; exstatusbar1.get_Panel(1).Text = "<a1>link 1</a>"; exstatusbar1.get_Panel(2).Text = "<a2>link 2</a>"; exstatusbar1.get_Panel(3).Text = "<a3>link 3</a>"; exstatusbar1.ShowToolTip(exstatusbar1.get_AnchorFromPoint(-1,-1),null,null,null,null); exstatusbar1.EndUpdate(); |
39 |
Can I change the visual effect, appearance for the anchor, hyperlink elements, in HTML captions, after the user clicks it
|
38 |
Can I change the visual effect, appearance for the anchor, hyperlink elements, in HTML captions
|
37 |
Can I displays a custom size picture to panels
exstatusbar1.BeginUpdate(); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.set_HTMLPicture("pic1","c:\\exontrol\\images\\zipdisk.gif"); exstatusbar1.Format = "1,2,3,4"; exstatusbar1.get_Panel(1).Text = "<img>pic1</img>"; exstatusbar1.EndUpdate(); |
36 |
How can I show the tooltip programatically
exstatusbar1.ShowToolTip("This is a bit of text that should appear when ShowToolTip method is called.",null,null,null,null); |
35 |
I've seen that the width of the tooltip is variable. Can I make it larger
|
34 |
How do I call your x-script language
|
33 |
How do I call your x-script language
|
32 |
How can I disable the control
|
31 |
How do I let the tooltip being displayed longer
|
30 |
Can I change the background color for the tooltip
|
29 |
Can I change the background color for the tooltip
|
28 |
Does the tooltip support HTML format
exstatusbar1.BeginUpdate(); exstatusbar1.ToolTipDelay = 1; exstatusbar1.Format = "1"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1); var_Panel.Text = "Drag the cursor hover so the tooltip shows up"; var_Panel.ToolTipText = "<font Tahoma;11>T</font>his is an HTML <b>tooltip</b> assigned to a <fgcolor=FF0000>panel</fgcolor>"; exstatusbar1.EndUpdate(); |
27 |
Can I change the forecolor for the tooltip
|
26 |
Can I change the foreground color for the tooltip
exstatusbar1.BeginUpdate(); exstatusbar1.ToolTipDelay = 1; stdole.IFontDisp var_StdFont = exstatusbar1.ToolTipFont; var_StdFont.Name = "Tahoma"; var_StdFont.Size = 14; exstatusbar1.ToolTipWidth = 364; exstatusbar1.Format = "1"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1); var_Panel.Text = "this is a tooltip assigned to a panel"; var_Panel.ToolTipText = "<fgcolor=FF0000>this is a tooltip assigned to a panel</fgcolor>"; var_Panel.ToolTipTitle = "Title"; var_Panel.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleLeft; exstatusbar1.EndUpdate(); |
25 |
Can I change the font for the tooltip
|
24 |
How do I disable showing the tooltip for all control
|
23 |
How do I show the tooltip quicker
|
22 |
Can I change the default border of the tooltip, using your EBN files
exstatusbar1.BeginUpdate(); exstatusbar1.ToolTipDelay = 1; exstatusbar1.ToolTipWidth = 364; exstatusbar1.VisualAppearance.Add(1,"c:\\exontrol\\images\\normal.ebn"); exstatusbar1.set_Background32(exontrol.EXSTATUSBARLib.BackgroundPartEnum.exToolTipAppearance,0x1000000); exstatusbar1.Format = "1"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(1); var_Panel.Text = "This is a bit of text that should occurs when the cursor hovers the panel"; var_Panel.ToolTipText = var_Panel.Text; var_Panel.ToolTipTitle = "Title"; var_Panel.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleLeft; exstatusbar1.EndUpdate(); |
21 |
How do I retrieve the handle of the window
|
20 |
How can I prevent the control from painting when multiple changes occurs
exstatusbar1.BeginUpdate(); exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.get_Panel(1).Image = 1; exstatusbar1.get_Panel(2).Text = "<img>1:4</img><img>1:4</img><img>1:4</img><img>1</img> icons"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(3); var_Panel.Text = "<img>2</img>"; var_Panel.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleRight; exstatusbar1.EndUpdate(); |
19 |
How can I insert an icon aligned to the right
exstatusbar1.BeginUpdate(); exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(2); var_Panel.Text = "<img>2</img>"; var_Panel.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleRight; exstatusbar1.EndUpdate(); |
18 |
How can I insert an icon to a panel
exstatusbar1.BeginUpdate(); exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.get_Panel(2).Text = "<img>2</img>"; exstatusbar1.EndUpdate(); |
17 |
How can I insert icons to status bar control
exstatusbar1.BeginUpdate(); exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.get_Panel(1).Image = 1; exstatusbar1.get_Panel(2).Text = "<img>1:4</img><img>1:4</img><img>1:4</img><img>1</img> icons"; exontrol.EXSTATUSBARLib.Panel var_Panel = exstatusbar1.get_Panel(3); var_Panel.Text = "<img>2</img>"; var_Panel.Alignment = exontrol.EXSTATUSBARLib.TextAlignEnum.exAlignMiddleRight; exstatusbar1.EndUpdate(); |
16 |
How can I insert an icon to a panel
exstatusbar1.BeginUpdate(); exstatusbar1.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" + "lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" + "0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" + "NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="); exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.get_Panel(1).Image = 1; exstatusbar1.EndUpdate(); |
15 |
Is there any option to increase the empty space on borders of the control
exstatusbar1.BeginUpdate(); exstatusbar1.BorderWidth = 20; exstatusbar1.BorderHeight = 20; exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.Debug = true; exstatusbar1.EndUpdate(); |
14 |
How do I get the version of the control
|
13 |
How do I put a picture on the center of the control
exstatusbar1.BeginUpdate(); exstatusbar1.Picture = (exstatusbar1.ExecuteTemplate("loadpicture(`c:\\exontrol\\images\\zipdisk.gif`)") as stdole.IPictureDisp); exstatusbar1.PictureDisplay = exontrol.EXSTATUSBARLib.PictureDisplayEnum.MiddleCenter; exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.Debug = true; exstatusbar1.EndUpdate(); |
12 |
How do I resize/stretch a picture on the control's background
exstatusbar1.BeginUpdate(); exstatusbar1.Picture = (exstatusbar1.ExecuteTemplate("loadpicture(`c:\\exontrol\\images\\zipdisk.gif`)") as stdole.IPictureDisp); exstatusbar1.PictureDisplay = exontrol.EXSTATUSBARLib.PictureDisplayEnum.Stretch; exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.Debug = true; exstatusbar1.EndUpdate(); |
11 |
How do I put a picture on the control's center right bottom side
exstatusbar1.BeginUpdate(); exstatusbar1.Picture = (exstatusbar1.ExecuteTemplate("loadpicture(`c:\\exontrol\\images\\zipdisk.gif`)") as stdole.IPictureDisp); exstatusbar1.PictureDisplay = exontrol.EXSTATUSBARLib.PictureDisplayEnum.LowerRight; exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.Debug = true; exstatusbar1.EndUpdate(); |
10 |
How do I put a picture on the control's center left bottom side
exstatusbar1.BeginUpdate(); exstatusbar1.Picture = (exstatusbar1.ExecuteTemplate("loadpicture(`c:\\exontrol\\images\\zipdisk.gif`)") as stdole.IPictureDisp); exstatusbar1.PictureDisplay = exontrol.EXSTATUSBARLib.PictureDisplayEnum.LowerLeft; exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.Debug = true; exstatusbar1.EndUpdate(); |
9 |
How do I put a picture on the control's center top side
exstatusbar1.BeginUpdate(); exstatusbar1.Picture = (exstatusbar1.ExecuteTemplate("loadpicture(`c:\\exontrol\\images\\zipdisk.gif`)") as stdole.IPictureDisp); exstatusbar1.PictureDisplay = exontrol.EXSTATUSBARLib.PictureDisplayEnum.UpperCenter; exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.Debug = true; exstatusbar1.EndUpdate(); |
8 |
How do I put a picture on the control's right top corner
exstatusbar1.BeginUpdate(); exstatusbar1.Picture = (exstatusbar1.ExecuteTemplate("loadpicture(`c:\\exontrol\\images\\zipdisk.gif`)") as stdole.IPictureDisp); exstatusbar1.PictureDisplay = exontrol.EXSTATUSBARLib.PictureDisplayEnum.UpperRight; exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.Debug = true; exstatusbar1.EndUpdate(); |
7 |
How do I put a picture on the control's left top corner
exstatusbar1.BeginUpdate(); exstatusbar1.Picture = (exstatusbar1.ExecuteTemplate("loadpicture(`c:\\exontrol\\images\\zipdisk.gif`)") as stdole.IPictureDisp); exstatusbar1.PictureDisplay = exontrol.EXSTATUSBARLib.PictureDisplayEnum.UpperLeft; exstatusbar1.VisualAppearance.Add(4,"c:\\exontrol\\images\\border.ebn"); exstatusbar1.VisualAppearance.Add(5,"CP:4 1 1 -1 -1"); exstatusbar1.BackColorPanels32 = 0x5000000; exstatusbar1.Format = "1,2,3,4,(5/6/7/8)"; exstatusbar1.Debug = true; exstatusbar1.EndUpdate(); |
6 |
How do I put a picture on the control's background
|
5 |
How do I change the control's foreground color
|
4 |
How do I change the control's background color
|