ButtonBase.ClickMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets when the Click event occurs.
public:
property System::Windows::Controls::ClickMode ClickMode { System::Windows::Controls::ClickMode get(); void set(System::Windows::Controls::ClickMode value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Controls.ClickMode ClickMode { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ClickMode : System.Windows.Controls.ClickMode with get, set
Public Property ClickMode As ClickMode
Property Value
When the Click event occurs. The default value is Release.
- Attributes
Remarks
Dependency Property Information
Identifier field | ClickModeProperty |
Metadata properties set to true |
None |
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.