IButtonControl.CommandArgument 属性

定义

获取或设置传播到 Command 事件的可选参数。

public:
 property System::String ^ CommandArgument { System::String ^ get(); void set(System::String ^ value); };
public string CommandArgument { get; set; }
member this.CommandArgument : string with get, set
Public Property CommandArgument As String

属性值

传播到 Command 事件的参数。

注解

实现 接口的 IButtonControl 控件必须实现 CommandArgument 属性和 CommandName 属性,以指示传播到 Command 事件的参数和命令名称。

适用于

另请参阅