System.Windows.Forms.ToolBarButton.PartialPush Property

Gets or sets a value indicating whether a toggle-style toolbar button is partially pushed.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool PartialPush { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When ToolBarButton.PartialPush is set to true, the toolbar button appears to have its face grayed. This appearance is different from the dimmed appearance when the ToolBarButton.Enabled property is set to false since the partial-push appearance gives a haze to the entire button face. This property has no effect unless the System.Windows.Forms.ToolBarButtonStyle is set to ToggleButton.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0