ToolStripDropDown.ToolStripDropDownAccessibleObject.Name 속성

정의

ToolStripDropDown.ToolStripDropDownAccessibleObject의 이름을 가져오거나 설정합니다.

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

속성 값

String

이름을 나타내는 문자열입니다.

적용 대상