C# Class WpfDwopDownMenuButton.DropDownMenuButton

ドロップ ダウン メニューを表示する為のボタン コントロール クラスです。
Inheritance: System.Windows.Controls.Primitives.ToggleButton
Datei anzeigen Open project: kb10uy/Kbtter

Public Properties

Property Type Description
DropDownContextMenuProperty System.Windows.DependencyProperty

Public Methods

Method Description
DropDownMenuButton ( ) : System

インスタンスを初期化します。

Protected Methods

Method Description
OnClick ( ) : void

コントロールがクリックされた時のイベントです。

Method Details

DropDownMenuButton() public method

インスタンスを初期化します。
public DropDownMenuButton ( ) : System
return System

OnClick() protected method

コントロールがクリックされた時のイベントです。
protected OnClick ( ) : void
return void

Property Details

DropDownContextMenuProperty public_oe static_oe property

ドロップ ダウンとして表示するメニューを表す依存プロパティです。
public static DependencyProperty,System.Windows DropDownContextMenuProperty
return System.Windows.DependencyProperty