History.txt
3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
05.28.2007
Version : 2.6.1
Added : OnNavigateBarButtonSelecting event on Navigatebar.
Added : New code file (NavigateBarButtonCancelEventArgs.cs) on project.
Added : NavigateBar.RelatedControl property. If Button.RelatedControl is empty then display this control
Improved : Button.PerformClick method on NavigateBarButton
Improved : Overflow panel context menu building style
Fixed : When RTL changing wrong displayed button count
04.26.2007
Version : 2.6
Added : Simple Desing-time support
Added : RightToLeft support (RightToLeft, IsUseRTLforButtons, IsUseRTLforMenus properties)
Added : Arrow button shadow (for Office2007 style)
Added : Optional arrow button style. Office 2003 or 2007 style. On NavigateBarColorTable
Added : Overflow button context menu
Added : Default uniq key for buttons ( meaningless values )
Changed : Overflowpanel button displayed style
Changed : NavigateBar button collection base class
Changed : Sample application for new features.
04.12.2007
Version : 2.5.2
Changed : Namespace and Assembly file name (I have to. Same code two project)
Added : Collapse screen message filter
Added : Show each button click show collapse screen
Added : Tab key control
Added : Programatic hide and show collapse screen
04.06.2007 :
Version : 2.5.1
Update : Some features. (ContextMenu renderer, collapse button pressed paint, splitter point count and border, overflow button image size, collapse screen background paint)
Added : OnNavigateBarColorChanged event
Changed : NavigateBarDisplayedButtonCount is now optional. Default all buttons.
Changed : Sample application for new features.
04.02.2007 :
Fixed : Overflowbutton selected image bug.
04.01.2007 :
Verison : 2.5
Changed : Painting style.
Removed : UseMiddleColors property from NavigateBarColorTable
Fixed : CollapsibleScreen close bug.
03.25.2007 :
Added : IsShowCollapseScreenCaption property on NavigatebarButton control.
Added : CollapsedScreenWidth property on NavigatebarButton control.
Added : Shadow for collapse screen (XP or higher)
Changed : Sample application for new features.
03.23.2007 :
Added : IsCollapsible and IsShowCollapseButton properties in navigatebar. Now collapse mode is optional.
Changed :Sample application for new features.
03.20.2007 :
Added : ChangeButtonPosition method in navigatebar.
Changed : Menu option dialog Reset style (return orjinal order)
Changed : Sample application for new features.
03.10.2007 :
Fixed : Overflow panel refresh bug
03.07.2007 :
Changed : Collapse, expand and configure button imaged removed. Drawing graphics control.
Fixed : Caption bar draw recrangle error
03.05.2007 :
Added : Office 2007 Style theme support
Added : Collapse and Expand features
Added : Contextmenu on button's
Added : Contextmenu renderer
Added : Customizable new color table
Added : Custom save and restore xml file name
Added : New event OnNavigateBarCollapseModeChanged
Added : New methods RunMenuOptionsDialog and ChangeCollapseMode
New : Content text style
Removed : ReDisplay method (new feature is DisplayedButonCount property on navigatebar)
Removed : Theme property (new feature is NavigateBarColorTable property)
Moved : NavigateBar PaintAngle property move on NavigateBarColorTable
Changed : Setting file format
Fixed : Some bugs
Updated : Sample application for new features.
02.19.2007 :
Fixed : RestoreSettingsFromXmlFile method (thanks Moehre)
Fixed : Displayed button count when restoring
Added : Some a few properties and a new event (IsCollapsedMode, CollapsibleWidth, OverFlowPanelHeight, DisplayedButtonCount - OnNavigateBarDisplayedButtonCountChanged)
Updated : Sample application for new features.
02.07.2007 :
Fixed : Related control panel paint bug.
Added : English comments in code files.
Update sample application. Added programatic collapse sample.
Add new property IsAlwaysDisplayed for NavigateBarbutton
01.22.2007 :
Update article for new features