1 write to style
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
366
this.
style
= value;
5 references to style
System.Windows.Forms (5)
winforms\Managed\System\WinForms\StatusBarPanel.cs (5)
359
get { return
style
;}
365
if (this.
style
!= value) {
629
switch (
style
) {
648
if (this.icon != null &&
style
!= StatusBarPanelStyle.OwnerDraw) {
655
if (
style
== StatusBarPanelStyle.OwnerDraw) {