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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.