다음을 통해 공유


NotifyIcon.ContextMenuStrip 속성

정의

NotifyIcon과 연결된 바로 가기 메뉴를 가져오거나 설정합니다.

public:
 property System::Windows::Forms::ContextMenuStrip ^ ContextMenuStrip { System::Windows::Forms::ContextMenuStrip ^ get(); void set(System::Windows::Forms::ContextMenuStrip ^ value); };
public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get; set; }
public System.Windows.Forms.ContextMenuStrip? ContextMenuStrip { get; set; }
member this.ContextMenuStrip : System.Windows.Forms.ContextMenuStrip with get, set
Public Property ContextMenuStrip As ContextMenuStrip

속성 값

ContextMenuStrip

NotifyIcon과 연결된 ContextMenuStrip

적용 대상