﻿<?xml version="1.0" encoding="utf-8"?><Type Name="StatusBarPanelStyle" FullName="System.Windows.Forms.StatusBarPanelStyle"><TypeSignature Language="C#" Value="public enum StatusBarPanelStyle" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Enum</BaseTypeName></Base><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the members of this enumeration to set the value of the <see cref="P:System.Windows.Forms.StatusBarPanel.Style" /> property of the <see cref="T:System.Windows.Forms.StatusBarPanel" /> class. The Style property determines the way in which the <see cref="T:System.Windows.Forms.StatusBarPanel" /> will be displayed. <see cref="T:System.Windows.Forms.StatusBarPanel" /> objects can display simple text or be owner-drawn. Owner-drawn <see cref="T:System.Windows.Forms.StatusBarPanel" /> objects support displaying images or a different font from the rest of the <see cref="T:System.Windows.Forms.StatusBarPanel" /> objects on a <see cref="T:System.Windows.Forms.StatusBar" /> control, while system-drawn <see cref="T:System.Windows.Forms.StatusBarPanel" /> objects are used to display only text (or text and an icon if an icon is specified in the <see cref="P:System.Windows.Forms.StatusBarPanel.Icon" /> property of the <see cref="T:System.Windows.Forms.StatusBarPanel" />). To perform the owner-draw operations on an owner-drawn <see cref="T:System.Windows.Forms.StatusBarPanel" />, use the <see cref="E:System.Windows.Forms.StatusBar.DrawItem" /> event of the <see cref="T:System.Windows.Forms.StatusBar" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies whether a <see cref="T:System.Windows.Forms.StatusBarPanel" /> object on a <see cref="T:System.Windows.Forms.StatusBar" /> control is owner-drawn or system-drawn.</para></summary></Docs><Members><Member MemberName="OwnerDraw"><MemberSignature Language="C#" Value="OwnerDraw" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.StatusBarPanelStyle</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Windows.Forms.StatusBarPanel" /> is drawn by the owner.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Text"><MemberSignature Language="C#" Value="Text" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.StatusBarPanelStyle</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Windows.Forms.StatusBarPanel" /> displays text in the standard font.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>