Dela via


IPreviewCommand.Preview Method

Defines the method used to preview the command.

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

Syntax

'Declaration
Sub Preview ( _
    parameter As Object _
)
void Preview(
    Object parameter
)
void Preview(
    Object^ parameter
)
abstract Preview : 
        parameter:Object -> unit 
function Preview(
    parameter : Object
)

Parameters

  • parameter
    Type: System.Object
    A parameter for the preview. May be ignored by some implementations.

.NET Framework Security

See Also

Reference

IPreviewCommand Interface

Microsoft.Windows.Input Namespace