GrapeCity ActiveReports for .NET 16.0J
CommandBindings プロパティ

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : CommandBindings プロパティ
Gets a collection of System.Windows.Input.CommandBinding objects associated with this element. A System.Windows.Input.CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element.
シンタックス
'宣言
 
Public ReadOnly Property CommandBindings As CommandBindingCollection
public CommandBindingCollection CommandBindings {get;}

プロパティ値

The collection of all System.Windows.Input.CommandBinding objects.
参照

Viewer クラス
Viewer メンバ