ToolStripItem.ToolStripItemAccessibleObject.Name 属性

定义

获取或设置辅助性对象的名称。

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

对象名,或者,如果尚未设置属性,则是 null

适用于