ToolStripPanel.Text 屬性
定義
這個屬性與這個類別無關。This property is not relevant to this class.
public:
virtual property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override string Text { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Text : string with get, set
Public Overrides Property Text As String
屬性值
String,表示顯示文字。A String representing the display text.
- 屬性
備註
這個屬性與這個類別無關。This property is not relevant to this class.