Share via


IPreviewCommandSource.PreviewCommandParameter Property

Gets or sets the parameter that will be passed to the command.

Namespace:  Microsoft.Windows.Input
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
ReadOnly Property PreviewCommandParameter As Object
Object PreviewCommandParameter { get; }
property Object^ PreviewCommandParameter {
    Object^ get ();
}
abstract PreviewCommandParameter : Object
function get PreviewCommandParameter () : Object

Property Value

Type: System.Object
The parameter that will be passed to the command.

Remarks

Some implementations of this property may be read-only.

.NET Framework Security

See Also

Reference

IPreviewCommandSource Interface

Microsoft.Windows.Input Namespace