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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.