ButtonBase::ClickMode Property

 

Gets or sets when the Click event occurs.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
[BindableAttribute(true)]
property ClickMode ClickMode {
	ClickMode get();
	void set(ClickMode value);
}

Property Value

Type: System.Windows.Controls::ClickMode

When the Click event occurs. The default value is ClickMode::Release.

Identifier field

ClickModeProperty

Metadata properties set to true

None

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: