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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.