다음을 통해 공유


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 구현하는 컨트롤은 이벤트에 전파되는 Command 인수 및 CommandName 명령 이름을 나타내기 위해 속성과 속성을 구현 CommandArgument 해야 합니다.

적용 대상

추가 정보