DataMenuCommand 클래스

정의

상태 업데이트를 지원하는 확장된 MenuCommand 클래스를 나타냅니다.

public ref class DataMenuCommand : System::ComponentModel::Design::MenuCommand
[System.Security.SecurityCritical]
public class DataMenuCommand : System.ComponentModel.Design.MenuCommand
[<System.Security.SecurityCritical>]
type DataMenuCommand = class
    inherit MenuCommand
Public Class DataMenuCommand
Inherits MenuCommand
상속
DataMenuCommand
파생
특성

생성자

DataMenuCommand(CommandID)

[보안 위험] 명령 식별자를 지정하여 클래스의 DataMenuCommand 새 instance 초기화합니다.

DataMenuCommand(CommandID, EventHandler)

[보안 위험] 명령 식별자와 이벤트를 지정하여 클래스의 DataMenuCommand 새 instance 초기화합니다.

DataMenuCommand(CommandID, EventHandler, EventHandler)

[보안 위험] 명령 식별자 및 이벤트를 지정하여 클래스의 DataMenuCommand 새 instance 초기화합니다.

속성

Text

[보안 위험] 메뉴 명령의 Text 속성을 검색합니다.

메서드

Invoke()

[보안 위험] 메뉴 명령을 호출합니다.

Invoke(Object)

[보안 위험] 지정된 매개 변수를 사용하여 메뉴 명령을 호출합니다.

UpdateStatus()

[보안 위험] 명령의 상태 업데이트 적절한 이벤트를 발생합니다.

적용 대상