11 references to StatusBarPanelStyle
System.Windows.Forms (11)
winforms\Managed\System\WinForms\StatusBarPanel.cs (11)
49
private
StatusBarPanelStyle
style =
StatusBarPanelStyle
.Text;
355
DefaultValue(
StatusBarPanelStyle
.Text),
358
public
StatusBarPanelStyle
Style {
362
if (!ClientUtils.IsEnumValid(value, (int)value, (int)
StatusBarPanelStyle
.Text, (int)
StatusBarPanelStyle
.OwnerDraw)){
363
throw new InvalidEnumArgumentException("value", (int)value, typeof(
StatusBarPanelStyle
));
630
case
StatusBarPanelStyle
.Text:
632
case
StatusBarPanelStyle
.OwnerDraw:
648
if (this.icon != null && style !=
StatusBarPanelStyle
.OwnerDraw) {
655
if (style ==
StatusBarPanelStyle
.OwnerDraw) {