ThumbButtonInfo.CommandParameter Property
Gets or sets the parameter to pass to the Command property.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Property CommandParameter As Object
public Object CommandParameter { get; set; }
public:
virtual property Object^ CommandParameter {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract CommandParameter : Object with get, set
override CommandParameter : Object with get, set
final function get CommandParameter () : Object
final function set CommandParameter (value : Object)
Property Value
Type: System.Object
The parameter to pass to the Command property. The default is nulla null reference (Nothing in Visual Basic).
Implements
ICommandSource.CommandParameter
.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.
See Also
Reference
Microsoft.Windows.Shell Namespace