# C1.WPF.Extended.PropertyBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Extended_PropertyBox" data-uid="C1.WPF.Extended.PropertyBox" class="text-break">PropertyBox Class
</h1>
  <div class="markdown level0 summary"><p>The control used by the C1PropertyGrid to display the SelectedObject's properties.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">PropertyBox</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Extended.html">C1.WPF.Extended</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Extended.4.6.2.dll</h6>
  <h5 id="C1_WPF_Extended_PropertyBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Label&quot;, Type = typeof(TextBlock))]
[TemplatePart(Name = &quot;EditorBorder&quot;, Type = typeof(Border))]
[TemplatePart(Name = &quot;Root&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;ResetButton&quot;, Type = typeof(Button))]
[TemplateVisualState(Name = &quot;ResetButtonShown&quot;, GroupName = &quot;ResetButtonStates&quot;)]
[TemplateVisualState(Name = &quot;ResetButtonHidden&quot;, GroupName = &quot;ResetButtonStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Unfocused&quot;, GroupName = &quot;FocusStates&quot;)]
[StyleTypedProperty(Property = &quot;LabelStyle&quot;, StyleTargetType = typeof(TextBlock))]
public class PropertyBox : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Label&quot;, Type:=GetType(TextBlock))&gt;
&lt;TemplatePart(Name:=&quot;EditorBorder&quot;, Type:=GetType(Border))&gt;
&lt;TemplatePart(Name:=&quot;Root&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;ResetButton&quot;, Type:=GetType(Button))&gt;
&lt;TemplateVisualState(Name:=&quot;ResetButtonShown&quot;, GroupName:=&quot;ResetButtonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;ResetButtonHidden&quot;, GroupName:=&quot;ResetButtonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Unfocused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;StyleTypedProperty(Property:=&quot;LabelStyle&quot;, StyleTargetType:=GetType(TextBlock))&gt;
Public Class PropertyBox
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox__ctor" data-uid="C1.WPF.Extended.PropertyBox.#ctor">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.-ctor.html#C1_WPF_Extended_PropertyBox__ctor">PropertyBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Extended.PropertyBox.html">PropertyBox</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_DisabledCuesVisibilityProperty" data-uid="C1.WPF.Extended.PropertyBox.DisabledCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.DisabledCuesVisibilityProperty.html">DisabledCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.DisabledCuesVisibility.html#C1_WPF_Extended_PropertyBox_DisabledCuesVisibility">DisabledCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_EditorWidthProperty" data-uid="C1.WPF.Extended.PropertyBox.EditorWidthProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.EditorWidthProperty.html">EditorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.EditorWidth.html#C1_WPF_Extended_PropertyBox_EditorWidth">EditorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_FocusCuesVisibilityProperty" data-uid="C1.WPF.Extended.PropertyBox.FocusCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.FocusCuesVisibilityProperty.html">FocusCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.FocusCuesVisibility.html#C1_WPF_Extended_PropertyBox_FocusCuesVisibility">FocusCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_IsFocusedProperty" data-uid="C1.WPF.Extended.PropertyBox.IsFocusedProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.IsFocusedProperty.html">IsFocusedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.IsFocused.html#C1_WPF_Extended_PropertyBox_IsFocused">IsFocused</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_LabelStyleProperty" data-uid="C1.WPF.Extended.PropertyBox.LabelStyleProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.LabelStyleProperty.html">LabelStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.LabelStyle.html#C1_WPF_Extended_PropertyBox_LabelStyle">LabelStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_LabelWidthProperty" data-uid="C1.WPF.Extended.PropertyBox.LabelWidthProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.LabelWidthProperty.html">LabelWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.LabelWidth.html#C1_WPF_Extended_PropertyBox_LabelWidth">LabelWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_MaxEditorWidthProperty" data-uid="C1.WPF.Extended.PropertyBox.MaxEditorWidthProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.MaxEditorWidthProperty.html">MaxEditorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.MaxEditorWidth.html#C1_WPF_Extended_PropertyBox_MaxEditorWidth">MaxEditorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_MaxLabelWidthProperty" data-uid="C1.WPF.Extended.PropertyBox.MaxLabelWidthProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.MaxLabelWidthProperty.html">MaxLabelWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.MaxLabelWidth.html#C1_WPF_Extended_PropertyBox_MaxLabelWidth">MaxLabelWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_MinEditorWidthProperty" data-uid="C1.WPF.Extended.PropertyBox.MinEditorWidthProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.MinEditorWidthProperty.html">MinEditorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.MinEditorWidth.html#C1_WPF_Extended_PropertyBox_MinEditorWidth">MinEditorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_MinLabelWidthProperty" data-uid="C1.WPF.Extended.PropertyBox.MinLabelWidthProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.MinLabelWidthProperty.html">MinLabelWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.MinLabelWidth.html#C1_WPF_Extended_PropertyBox_MinLabelWidth">MinLabelWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_PropertyAttributeProperty" data-uid="C1.WPF.Extended.PropertyBox.PropertyAttributeProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.PropertyAttributeProperty.html">PropertyAttributeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.PropertyAttribute.html#C1_WPF_Extended_PropertyBox_PropertyAttribute">PropertyAttribute</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_ShowResetButtonProperty" data-uid="C1.WPF.Extended.PropertyBox.ShowResetButtonProperty">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.ShowResetButtonProperty.html">ShowResetButtonProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.PropertyBox.ShowResetButton.html#C1_WPF_Extended_PropertyBox_ShowResetButton">ShowResetButton</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_AvailableEditors" data-uid="C1.WPF.Extended.PropertyBox.AvailableEditors">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.AvailableEditors.html#C1_WPF_Extended_PropertyBox_AvailableEditors">AvailableEditors</a>
        </td>
        <td class="markdown level1 summary"><p>The list of currently available editors to use in the C1PropertyGrid.
The default list includes editors for: bool, Color, Brush, ColorPalette,
Enum, Numeric, String, Image and Uri values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_CurrentEditor" data-uid="C1.WPF.Extended.PropertyBox.CurrentEditor">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.CurrentEditor.html#C1_WPF_Extended_PropertyBox_CurrentEditor">CurrentEditor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current editor used by this property box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_DisabledCuesVisibility" data-uid="C1.WPF.Extended.PropertyBox.DisabledCuesVisibility">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.DisabledCuesVisibility.html#C1_WPF_Extended_PropertyBox_DisabledCuesVisibility">DisabledCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the disabled visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_EditorWidth" data-uid="C1.WPF.Extended.PropertyBox.EditorWidth">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.EditorWidth.html#C1_WPF_Extended_PropertyBox_EditorWidth">EditorWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_FocusCuesVisibility" data-uid="C1.WPF.Extended.PropertyBox.FocusCuesVisibility">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.FocusCuesVisibility.html#C1_WPF_Extended_PropertyBox_FocusCuesVisibility">FocusCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the focus visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_IsFocused" data-uid="C1.WPF.Extended.PropertyBox.IsFocused">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.IsFocused.html#C1_WPF_Extended_PropertyBox_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the control has the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_Label" data-uid="C1.WPF.Extended.PropertyBox.Label">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.Label.html#C1_WPF_Extended_PropertyBox_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the label created for this property box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_LabelStyle" data-uid="C1.WPF.Extended.PropertyBox.LabelStyle">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.LabelStyle.html#C1_WPF_Extended_PropertyBox_LabelStyle">LabelStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Style applied to the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_LabelWidth" data-uid="C1.WPF.Extended.PropertyBox.LabelWidth">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.LabelWidth.html#C1_WPF_Extended_PropertyBox_LabelWidth">LabelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_MaxEditorWidth" data-uid="C1.WPF.Extended.PropertyBox.MaxEditorWidth">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.MaxEditorWidth.html#C1_WPF_Extended_PropertyBox_MaxEditorWidth">MaxEditorWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum width of the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_MaxLabelWidth" data-uid="C1.WPF.Extended.PropertyBox.MaxLabelWidth">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.MaxLabelWidth.html#C1_WPF_Extended_PropertyBox_MaxLabelWidth">MaxLabelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum width of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_MinEditorWidth" data-uid="C1.WPF.Extended.PropertyBox.MinEditorWidth">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.MinEditorWidth.html#C1_WPF_Extended_PropertyBox_MinEditorWidth">MinEditorWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum width of the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_MinLabelWidth" data-uid="C1.WPF.Extended.PropertyBox.MinLabelWidth">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.MinLabelWidth.html#C1_WPF_Extended_PropertyBox_MinLabelWidth">MinLabelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum width of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_Panel" data-uid="C1.WPF.Extended.PropertyBox.Panel">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.Panel.html#C1_WPF_Extended_PropertyBox_Panel">Panel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the panel that contains the label and the editor of the property box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_Parents" data-uid="C1.WPF.Extended.PropertyBox.Parents">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.Parents.html#C1_WPF_Extended_PropertyBox_Parents">Parents</a>
        </td>
        <td class="markdown level1 summary"><p>Get Parents</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_PropertyAttribute" data-uid="C1.WPF.Extended.PropertyBox.PropertyAttribute">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.PropertyAttribute.html#C1_WPF_Extended_PropertyBox_PropertyAttribute">PropertyAttribute</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property attribute used to configure the PropertyBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_ResetButton" data-uid="C1.WPF.Extended.PropertyBox.ResetButton">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.ResetButton.html#C1_WPF_Extended_PropertyBox_ResetButton">ResetButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the button that resets the property values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_ShowResetButton" data-uid="C1.WPF.Extended.PropertyBox.ShowResetButton">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.ShowResetButton.html#C1_WPF_Extended_PropertyBox_ShowResetButton">ShowResetButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the reset button is shown.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.Extended.PropertyBox.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.ArrangeOverride.html#C1_WPF_Extended_PropertyBox_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Provides the behavior for the Arrange pass of Silverlight layout. Classes
can override this method to define their own Arrange pass behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.Extended.PropertyBox.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.ChangeVisualStateCommon.html#C1_WPF_Extended_PropertyBox_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_ChangeVisualStateFocus_System_Boolean_" data-uid="C1.WPF.Extended.PropertyBox.ChangeVisualStateFocus(System.Boolean)">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.ChangeVisualStateFocus.html#C1_WPF_Extended_PropertyBox_ChangeVisualStateFocus_System_Boolean_">ChangeVisualStateFocus(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Focus visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_ChangeVisualStateResetButton_System_Boolean_" data-uid="C1.WPF.Extended.PropertyBox.ChangeVisualStateResetButton(System.Boolean)">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.ChangeVisualStateResetButton.html#C1_WPF_Extended_PropertyBox_ChangeVisualStateResetButton_System_Boolean_">ChangeVisualStateResetButton(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the ResetButton visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Extended.PropertyBox.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.MeasureOverride.html#C1_WPF_Extended_PropertyBox_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_OnApplyTemplate" data-uid="C1.WPF.Extended.PropertyBox.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.OnApplyTemplate.html#C1_WPF_Extended_PropertyBox_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.Extended.PropertyBox.html">PropertyBox</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_OnCreateAutomationPeer" data-uid="C1.WPF.Extended.PropertyBox.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.OnCreateAutomationPeer.html#C1_WPF_Extended_PropertyBox_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an AutomationPeer object used for testing the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Extended.PropertyBox.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.OnPropertyChanged.html#C1_WPF_Extended_PropertyBox_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property has been updated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_ResetValue" data-uid="C1.WPF.Extended.PropertyBox.ResetValue">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.ResetValue.html#C1_WPF_Extended_PropertyBox_ResetValue">ResetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_IsMouseOverChanged" data-uid="C1.WPF.Extended.PropertyBox.IsMouseOverChanged">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.IsMouseOverChanged.html">IsMouseOverChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsMouseOver</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_PropertyReset" data-uid="C1.WPF.Extended.PropertyBox.PropertyReset">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.PropertyReset.html">PropertyReset</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when a property value gets reset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_PropertyResetting" data-uid="C1.WPF.Extended.PropertyBox.PropertyResetting">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.PropertyResetting.html">PropertyResetting</a>
        </td>
        <td class="markdown level1 summary"><p>Fired before a property value gets reset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyBox_ValueChanged" data-uid="C1.WPF.Extended.PropertyBox.ValueChanged">
          <a class="xref" href="C1.WPF.Extended.PropertyBox.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when the value of a property in the current SelectedObject changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
