다음을 통해 공유


IButtonControl.CommandName 속성

정의

이벤트에 전파 Command 되는 명령 이름을 가져오거나 설정합니다.

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

속성 값

이벤트에 전파되는 명령의 Command 이름입니다.

설명

인터페이스를 IButtonControl 구현하는 컨트롤은 이벤트에 전파되는 Command 인수 및 CommandName 명령 이름을 나타내기 위해 속성과 속성을 구현 CommandArgument 해야 합니다.

적용 대상

추가 정보